trying to update up to gradle wrapper 8.1.1

This commit is contained in:
2023-04-27 14:15:45 +06:00
parent 0f0d0b5d58
commit 5edb0e1331
12 changed files with 49 additions and 57 deletions

View File

@@ -25,6 +25,10 @@ dependencies {
mainClassName="MainKt"
kotlin {
jvmToolchain(8)
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8