Forced Java Version and updated project #1

Merged
CodingPhoenix merged 2 commits from master into main 2026-05-28 08:01:49 +00:00
Showing only changes of commit bcba527ea9 - Show all commits
+8
View File
@@ -26,3 +26,11 @@ dependencies {
implementation 'dev.coph:simpleutilities:3.12.5'
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(26)
}
sourceCompatibility = JavaVersion.VERSION_26
targetCompatibility = JavaVersion.VERSION_26
}