[ https://issues.apache.org/jira/browse/SAMZA-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17736297#comment-17736297 ]
Adam Faris commented on SAMZA-2786: ----------------------------------- [Github PR 1675|[https://github.com/apache/samza/pull/1675)]] removes the docs gradle project. This should unblock builds. > 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 > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > 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)