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
33import org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest
44
55plugins {
6- kotlin(" multiplatform" ) version " 1.4.31 "
6+ kotlin(" multiplatform" ) version " 1.5.0 "
77 jacoco
88 id(" com.github.ben-manes.versions" ) version " 0.38.0"
99}
@@ -59,7 +59,7 @@ tasks.withType<KotlinJvmTest> {
5959
6060// configure Jacoco-based code coverage reports for JVM tests executions
6161jacoco {
62- toolVersion = " 0.8.6 "
62+ toolVersion = " 0.8.7 "
6363}
6464val jvmTestTask by tasks.named<KotlinJvmTest >(" jvmTest" ) {
6565 configure<JacocoTaskExtension > {
@@ -77,4 +77,4 @@ val jacocoTestReportTask by tasks.register<JacocoReport>("jacocoTestReport") {
7777 }
7878}
7979jvmTestTask.finalizedBy(jacocoTestReportTask)
80- jacocoTestReportTask.dependsOn(jvmTestTask)
80+ jacocoTestReportTask.dependsOn(jvmTestTask)
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments