File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import io.github.petertrr.configureVersioning
3
3
import org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest
4
4
5
5
plugins {
6
- kotlin(" multiplatform" ) version " 1.4.31 "
6
+ kotlin(" multiplatform" ) version " 1.5.0 "
7
7
jacoco
8
8
id(" com.github.ben-manes.versions" ) version " 0.38.0"
9
9
}
@@ -59,7 +59,7 @@ tasks.withType<KotlinJvmTest> {
59
59
60
60
// configure Jacoco-based code coverage reports for JVM tests executions
61
61
jacoco {
62
- toolVersion = " 0.8.6 "
62
+ toolVersion = " 0.8.7 "
63
63
}
64
64
val jvmTestTask by tasks.named<KotlinJvmTest >(" jvmTest" ) {
65
65
configure<JacocoTaskExtension > {
@@ -77,4 +77,4 @@ val jacocoTestReportTask by tasks.register<JacocoReport>("jacocoTestReport") {
77
77
}
78
78
}
79
79
jvmTestTask.finalizedBy(jacocoTestReportTask)
80
- jacocoTestReportTask.dependsOn(jvmTestTask)
80
+ jacocoTestReportTask.dependsOn(jvmTestTask)
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments