-
Notifications
You must be signed in to change notification settings - Fork 10
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: upgrade gradle 6.5 -> 8.2.1 #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This builds and still works with Terasology.
The new Gradle wrapper jar corresponds with Gradle 6.9.2
.
@BenjaminAmos @skaldarnar should we backport this to |
How would I update this? Just find and copy-paste the 8.2.1 version of it? 🤔 |
Destination Sol is actually using a snapshot from the |
You can use the |
Relates to MovingBlocks/Terasology#5109
Relates to MovingBlocks/Terasology#4653
Contains
How to test
gradlew build
-> should build TeraNUIgroovyw lib get TeraNUI && gradlew jar game
)Remarks
Java 20 is not yet supported, see gradle/gradle#23488.
Closes #57