-
Notifications
You must be signed in to change notification settings - Fork 5
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 #14
Conversation
@pollend I updated this and I'm not sure whether the commit that updates swig-src files should be in here or whether we're missing something in our gitignore? The files just auto-updated when I ran |
I thought there was some scripts to generate the updated classes.i ? if this works with the current version of Terasology I can't see why this won't hurt. I think for the lib sources it's coming from artifactory, did you try building it from cpp source? |
gradle-8.2.1 got released, better use that one? |
@pollend nope didn't... should I try that or do you think building in the Terasology context (by including it in the libs dir) would work and be sufficient? |
Relates to MovingBlocks/Terasology#5109
Relates to MovingBlocks/Terasology#4653
Contains
How to test
gradlew build
-> do we build JNBullet this way?groovyw lib get JNBullet && gradlew jar game
)Remarks
Java 20 is not yet supported, see gradle/gradle#23488.
Closes #13