Skip to content

build from source - Could not find org.scijava:pom-scijava:40.0.0 #2010

@romainGuiet

Description

@romainGuiet

Hi @petebankhead , Hi #QuPathTeam,

I'm trying to build QuPath from source (as I'm used to do)

ARG QP_VERSION=v0.6.0

RUN apt-get update \
    && apt install openjdk-21-jdk -y

RUN git clone  https://github.com/qupath/qupath.git --branch ${QP_VERSION} 
RUN cd qupath \
    && ./gradlew clean jpackage

but when running :

RUN cd qupath \
    && ./gradlew clean jpackage

I got the following error message :

Starting a Gradle Daemon (subsequent builds will be faster)
35.40
FAILURE: Build failed with an exception.
35.40
* What went wrong:
Could not resolve all artifacts for configuration 'incomingCatalogForSciJava0'.
> Could not find org.scijava:pom-scijava:40.0.0.
  Searched in the following locations:
    - https://maven.scijava.org/content/groups/public/org/scijava/pom-scijava/40.0.0/pom-scijava-40.0.0.pom
  Required by:
      unspecified:unspecified:unspecified

Any input would be highly appreciated ,

Best

R

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions