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

Can't build on Gradle #1

Open
mmandrille opened this issue Feb 3, 2022 · 0 comments
Open

Can't build on Gradle #1

mmandrille opened this issue Feb 3, 2022 · 0 comments

Comments

@mmandrille
Copy link

mmandrille commented Feb 3, 2022

Im trying to build my project with this package on Gradle to implement the client using:

compile "io.github.dzh:rdap-client:2019.3.16-SNAPSHOT"

But when I run the build command I get:

./gradlew build --refresh-dependencies
> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find io.github.dzh:rdap-client:2019.3.16-SNAPSHOT.
     Required by:
         project :

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 48s

Can you please tell me if im doing something wrong or if this package is not compatible with Gradle?

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

No branches or pull requests

1 participant