Update build.gradle
This commit is contained in:
parent
fb1cbce8c7
commit
bfcce1ec3b
@ -10,6 +10,9 @@ version = '0.0.2'
|
|||||||
java {
|
java {
|
||||||
sourceCompatibility = '21'
|
sourceCompatibility = '21'
|
||||||
targetCompatibility = '21'
|
targetCompatibility = '21'
|
||||||
|
toolchain {
|
||||||
|
languageVersion = JavaLanguageVersion.of(21)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user