You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build is broken at the moment with errors like this:
./gradlew clean build
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'asciidoctorj'.
> Could not resolve all files for configuration ':classpath'.
> Could not find org.ysb33r.gradle:grolifant:0.12.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/ysb33r/gradle/grolifant/0.12/grolifant-0.12.pom
- https://repo.maven.apache.org/maven2/org/ysb33r/gradle/grolifant/0.12/grolifant-0.12.pom
- file:/Users/robertpanzer/dev/asciidoctorj/https/oss.sonatype.org/content/repositories/snapshots/org/ysb33r/gradle/grolifant/0.12/grolifant-0.12.pom
Required by:
project : > com.github.jruby-gradle.base:com.github.jruby-gradle.base.gradle.plugin:2.0.1 > com.github.jruby-gradle:jruby-gradle-plugin:2.0.1
project : > com.github.jruby-gradle.base:com.github.jruby-gradle.base.gradle.plugin:2.0.1 > com.github.jruby-gradle:jruby-gradle-plugin:2.0.1 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.1
> Could not find com.burgstaller:okhttp-digest:1.10.
Searched in the following locations:
- https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
- https://repo.maven.apache.org/maven2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
- file:/Users/robertpanzer/dev/asciidoctorj/https/oss.sonatype.org/content/repositories/snapshots/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
Required by:
project : > com.github.jruby-gradle.base:com.github.jruby-gradle.base.gradle.plugin:2.0.1 > com.github.jruby-gradle:jruby-gradle-plugin:2.0.1 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.1 > io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3
* 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.
Happens both locally after clearing the cache, and on the CI.
@ysb33r Do you have an idea what could be the problem here?
If I upgrade to the latest alpha, 2.1.0-alpha.2 I get similar issues:
./gradlew clean build
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'asciidoctorj'.
> Could not resolve all files for configuration ':classpath'.
> Could not find org.ysb33r.gradle:grolifant60:1.0.0-alpha.4.
Searched in the following locations:
- https://plugins.gradle.org/m2/org/ysb33r/gradle/grolifant60/1.0.0-alpha.4/grolifant60-1.0.0-alpha.4.pom
- https://repo.maven.apache.org/maven2/org/ysb33r/gradle/grolifant60/1.0.0-alpha.4/grolifant60-1.0.0-alpha.4.pom
- file:/Users/robertpanzer/dev/asciidoctorj/https/oss.sonatype.org/content/repositories/snapshots/org/ysb33r/gradle/grolifant60/1.0.0-alpha.4/grolifant60-1.0.0-alpha.4.pom
Required by:
project : > com.github.jruby-gradle.base:com.github.jruby-gradle.base.gradle.plugin:2.1.0-alpha.2 > com.github.jruby-gradle:jruby-gradle-plugin:2.1.0-alpha.2
project : > com.github.jruby-gradle.base:com.github.jruby-gradle.base.gradle.plugin:2.1.0-alpha.2 > com.github.jruby-gradle:jruby-gradle-plugin:2.1.0-alpha.2 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.1.0-alpha.2
> Could not find com.burgstaller:okhttp-digest:1.10.
Searched in the following locations:
- https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
- https://repo.maven.apache.org/maven2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
- file:/Users/robertpanzer/dev/asciidoctorj/https/oss.sonatype.org/content/repositories/snapshots/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
Required by:
project : > com.github.jruby-gradle.base:com.github.jruby-gradle.base.gradle.plugin:2.1.0-alpha.2 > com.github.jruby-gradle:jruby-gradle-plugin:2.1.0-alpha.2 > com.github.jruby-gradle:jruby-gradle-core-plugin:2.1.0-alpha.2 > io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3
The text was updated successfully, but these errors were encountered:
robertpanzer
added a commit
to robertpanzer/asciidoctorj
that referenced
this issue
Jul 27, 2024
The build is broken at the moment with errors like this:
Happens both locally after clearing the cache, and on the CI.
@ysb33r Do you have an idea what could be the problem here?
If I upgrade to the latest alpha, 2.1.0-alpha.2 I get similar issues:
The text was updated successfully, but these errors were encountered: