Adam Faris created SAMZA-2786:
---------------------------------
Summary: Samza has a missing Gradle dependency
Key: SAMZA-2786
URL: https://issues.apache.org/jira/browse/SAMZA-2786
Project: Samza
Issue Type: Bug
Reporter: Adam Faris
It looks like a gradle dependency went missing from the internet. It's used by
the :docs project in samza.
{noformat}
$ ./gradlew tasks --all
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'samza'.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not find org.ysb33r.gradle:grolifant:0.12.
Searched in the following locations:
-
https://repo.maven.apache.org/maven2/org/ysb33r/gradle/grolifant/0.12/grolifant-0.12.pom
-
https://plugins.gradle.org/m2/org/ysb33r/gradle/grolifant/0.12/grolifant-0.12.pom
Required by:
project : > com.github.jruby-gradle:jruby-gradle-plugin:2.0.2
project : > com.github.jruby-gradle:jruby-gradle-plugin:2.0.2 >
com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.2
> Could not find com.burgstaller:okhttp-digest:1.10.
Searched in the following locations:
-
https://repo.maven.apache.org/maven2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
-
https://plugins.gradle.org/m2/com/burgstaller/okhttp-digest/1.10/okhttp-digest-1.10.pom
Required by:
project : > com.github.jruby-gradle:jruby-gradle-plugin:2.0.2 >
com.github.jruby-gradle:jruby-gradle-core-plugin:2.0.2 >
io.github.http-builder-ng:http-builder-ng-okhttp:1.0.3
{noformat}
This is blocking builds so the :docs project needs to be removed until the
dependency issue is resolved.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)