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

Build issue #126

Open
guiramos opened this issue Sep 3, 2024 · 2 comments
Open

Build issue #126

guiramos opened this issue Sep 3, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@guiramos
Copy link

guiramos commented Sep 3, 2024

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.
@zubri
Copy link
Member

zubri commented Oct 10, 2024

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

@zubri zubri added the help wanted Extra attention is needed label Oct 10, 2024
@guiramos
Copy link
Author

Thanks! I was able to add the maven dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants