v3.3.0: upgraded gradle and badass runtime plugin

This commit is contained in:
Evan Debenham
2025-10-01 17:38:02 -04:00
parent 76ad60a49c
commit e871ea5169
5 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
plugins {
//TODO currently breaks on Gradle 9+, but is being worked on. Update when I can
id 'org.beryx.runtime' version '1.13.1'
//TODO temporary, 2.0 should release proper soon
id 'org.beryx.runtime' version '2.0.0-rc.1'
}
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'