fix: fixed build logic compilation
This commit is contained in:
parent
afda8ecbc3
commit
78447227ec
@ -12,7 +12,8 @@ repositories {
|
|||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
kotlin {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
jvmToolchain {
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
languageVersion.set(JavaLanguageVersion.of(17))
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user