java change version
This commit is contained in:
parent
3ba909e357
commit
8b2893547f
1 changed files with 6 additions and 1 deletions
|
@ -82,7 +82,12 @@ dependencies {
|
||||||
group = 'me.unurled'
|
group = 'me.unurled'
|
||||||
version = '0.5.3'
|
version = '0.5.3'
|
||||||
description = 'Raxen'
|
description = 'Raxen'
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
|
||||||
|
java {
|
||||||
|
toolchain {
|
||||||
|
languageVersion = JavaLanguageVersion.of(17)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
|
|
Loading…
Reference in a new issue