Update build.gradle

This commit is contained in:
TheRealM18
2025-02-22 17:36:57 -04:00
committed by GitHub
parent d4043ed2ef
commit 477f3375f8

View File

@@ -33,7 +33,7 @@ def getGitRef() {
}
version = "${semver}+${getGitRef()}"
group = "li.cil.oc2r"
group = "li.cil.oc2"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)