-
Notifications
You must be signed in to change notification settings - Fork 336
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels