We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I build this project?
Intellij can't even build the gradle model because I could not go around this error:
Could not read 'https://api.adoptium.net/v3/binary/latest/8/ga/mac/aarch64/jdk/hotspot/normal/eclipse' as it does not exist.
The text was updated successfully, but these errors were encountered:
You need a working Java 8, or Java 11 in the environment (depending if you are building version 9.x.x or 10.x.x of the library).
Then you just run ./gradlew build
For IntelliJ you can make it load the gradle configuration and to use the project gradle wrapper for building
Sorry, something went wrong.
Thanks! I was able to add the maven dependency.
zubri
No branches or pull requests
How can I build this project?
Intellij can't even build the gradle model because I could not go around this error:
The text was updated successfully, but these errors were encountered: