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

Fix running/testing Gradle projects on contemporary versions of Java #179

Closed
wants to merge 1 commit into from

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 2, 2023

About

There is still a need for adjusting how Gradle projects will optimally be invoked. After adjusting the Gradle project incantation procedure recently, cratedb-examples was observing a regression on its Gradle project(s).

The new heuristics in ngr will wipe an existing Gradle wrapper and generate a new one, when the gradle program is installed on the machine. This accomodates running on contemporary versions of Java, which will otherwise fail like Unsupported class file major version 65.

References

The new heuristics in `ngr` will wipe an existing Gradle wrapper and
generate a new one, when the `gradle` program is installed on the
machine.
@amotl
Copy link
Member Author

amotl commented Dec 2, 2023

It was just for testing, and it works well.

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.

1 participant