-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
Building fails due to the below error. Should 718057b be reverted or made public?
$ make clean assemble install
rm -rf .nextflow*
rm -rf work
rm -rf build
./gradlew clean
BUILD SUCCESSFUL in 1s
1 actionable task: 1 up-to-date
./gradlew assemble
> Task :compileGroovy FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileGroovy'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve org.codehaus.groovy:groovy:4.0.26.
Required by:
root project :
> Could not resolve org.codehaus.groovy:groovy:4.0.26.
> Could not get resource 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases/org/codehaus/groovy/groovy/4.0.26/groovy-4.0.26.pom'.
> Could not GET 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases/org/codehaus/groovy/groovy/4.0.26/groovy-4.0.26.pom'. Received status code 403 from server: Forbidden
> Could not resolve org.codehaus.groovy:groovy-json:4.0.26.
Required by:
root project :
> Could not resolve org.codehaus.groovy:groovy-json:4.0.26.
> Could not get resource 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases/org/codehaus/groovy/groovy-json/4.0.26/groovy-json-4.0.26.pom'.
> Could not GET 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases/org/codehaus/groovy/groovy-json/4.0.26/groovy-json-4.0.26.pom'. Received status code 403 from server: Forbidden
> Could not resolve org.codehaus.groovy:groovy-nio:4.0.26.
Required by:
root project :
> Could not resolve org.codehaus.groovy:groovy-nio:4.0.26.
> Could not get resource 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases/org/codehaus/groovy/groovy-nio/4.0.26/groovy-nio-4.0.26.pom'.
> Could not GET 'https://s3-eu-west-1.amazonaws.com/maven.seqera.io/releases/org/codehaus/groovy/groovy-nio/4.0.26/groovy-nio-4.0.26.pom'. Received status code 403 from server: Forbidden
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 2s
1 actionable task: 1 executed
make: *** [assemble] Error 1
Metadata
Metadata
Assignees
Labels
No labels