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