You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Adam Faris (Jira)" <ji...@apache.org> on 2023/06/26 16:51:00 UTC

[jira] [Resolved] (SAMZA-2786) Samza has a missing Gradle dependency

     [ https://issues.apache.org/jira/browse/SAMZA-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Faris resolved SAMZA-2786.
-------------------------------
    Resolution: Won't Fix

It appears there was an issue with artifact downloads from Jcenter.
https://github.com/jruby-gradle/jruby-gradle-plugin/issues/445

I just ran `./gradlew docs:jekyllBuild` and `./gradlew docs:jekyllServeLocal` and was able to load Samza documentation at localhost.  Closing this as we don't need to remove the docs project just yet.   

Should it be an issue in the future, we probably want to write a task that bypasses the jruby-gradle plugin by creating a task to download jruby & run locally with a Gem file for dependency management.

> 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: 0.5h
>  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)