Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding gradle dependency to fix build #6

Merged
merged 1 commit into from
Oct 7, 2020

Conversation

wdahlenburg
Copy link
Contributor

Ysoserial has a dependency on org.jenkins-ci.main:remoting:2.55. An additional maven url was added to allow the build to complete.

Details

$ ./gradlew shadowJar

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':shadowJar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
   > Could not find org.jenkins-ci.main:remoting:2.55.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/jenkins-ci/main/remoting/2.55/remoting-2.55.pom
       - https://repo.maven.apache.org/maven2/org/jenkins-ci/main/remoting/2.55/remoting-2.55.jar
       - https://jitpack.io/org/jenkins-ci/main/remoting/2.55/remoting-2.55.pom
       - https://jitpack.io/org/jenkins-ci/main/remoting/2.55/remoting-2.55.jar
       - https://repo.spring.io/plugins-release/org/jenkins-ci/main/remoting/2.55/remoting-2.55.pom
       - https://repo.spring.io/plugins-release/org/jenkins-ci/main/remoting/2.55/remoting-2.55.jar
     Required by:
         project : > com.github.frohoff:ysoserial:master-SNAPSHOT:6eca5bc740-1

* 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 0s

@the-bumble the-bumble merged commit edc2bb5 into BishopFox:master Oct 7, 2020
@the-bumble
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants