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