fix: fixed build logic compilation

This commit is contained in:
Adrian 2023-03-03 15:59:17 -05:00
parent afda8ecbc3
commit 78447227ec
No known key found for this signature in database
GPG Key ID: FB8EF84DCE1BE452

View File

@ -12,7 +12,8 @@ repositories {
gradlePluginPortal()
}
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}
}