Forced Java Version
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user