File tree 5 files changed +2
-7
lines changed
src/main/kotlin/com/saveourtool/save/buildutils
5 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ dependencies {
18
18
19
19
tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
20
20
kotlinOptions {
21
- jvmTarget = " 17"
22
21
freeCompilerArgs = freeCompilerArgs + " -opt-in=kotlin.RequiresOptIn"
23
22
}
24
23
}
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies {
25
25
26
26
tasks.withType<KotlinCompile > {
27
27
kotlinOptions {
28
- jvmTarget = " 17"
29
28
freeCompilerArgs = freeCompilerArgs + " -opt-in=kotlin.RequiresOptIn"
30
29
}
31
30
}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ plugins {
10
10
11
11
tasks.withType<KotlinCompile > {
12
12
kotlinOptions {
13
- jvmTarget = Versions .jdk
14
13
freeCompilerArgs = freeCompilerArgs + " -opt-in=kotlin.RequiresOptIn"
15
14
}
16
15
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3
+ distributionSha256Sum =1b6b558be93f29438d3df94b7dfee02e794b94d9aca4611a92cdb79b6b88e909
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.1 -bin.zip
5
5
networkTimeout =10000
6
6
zipStoreBase =GRADLE_USER_HOME
7
7
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
-
2
-
3
1
import org.gradle.testing.jacoco.plugins.JacocoTaskExtension
4
2
5
3
plugins {
You can’t perform that action at this time.
0 commit comments