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

Update to Gradle 8.6 #566

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Conversation

tonihele
Copy link
Contributor

Upgrade to Gradle 8.6. Looks like the basics at least work. We need this to try Java 21.

Copy link
Contributor

@neph1 neph1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've had some issues with gradle 8 in regards to some android projects. But if it works, it works :)

@tonihele
Copy link
Contributor Author

I've had some issues with gradle 8 in regards to some android projects. But if it works, it works :)

This is only for the SDK build, which also uses Ant in the end. Gradle just kinda primes it. The Gradle projects created inside the SDK are already on Gradle 8.

The only change seemed to be needed was not to track the build folder. As Ant manages it, it might not exist at time. And we would get error when it doesn't exist. Doesn't seem to affect anything. These are like optimizations to Gradle that it can use incremental builds (at all? or more efficiently?).

@tonihele tonihele merged commit d6401c6 into jMonkeyEngine:master Feb 26, 2024
1 check passed
@tonihele tonihele deleted the feature/gradle8 branch February 26, 2024 18:50
@neph1 neph1 added this to the 3.7 milestone Mar 11, 2024
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