Revert "Get back some functional of "trying to update up to gradle wrapper 8.1.1""

This reverts commit b938b21395.
This commit is contained in:
2023-04-27 16:24:58 +06:00
parent b938b21395
commit 2877b5532c
12 changed files with 57 additions and 49 deletions

View File

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