Skip to content

Update kotlin to 1.5.0 and gradle to 7.0 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update build.gradle.kts
  • Loading branch information
petertrr authored May 5, 2021
commit 57e0bf77ec0e20fada91cf4577f65d4d9201a783
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tasks.withType<KotlinJvmTest> {

// configure Jacoco-based code coverage reports for JVM tests executions
jacoco {
toolVersion = "0.8.6"
toolVersion = "0.8.7"
}
val jvmTestTask by tasks.named<KotlinJvmTest>("jvmTest") {
configure<JacocoTaskExtension> {
Expand All @@ -77,4 +77,4 @@ val jacocoTestReportTask by tasks.register<JacocoReport>("jacocoTestReport") {
}
}
jvmTestTask.finalizedBy(jacocoTestReportTask)
jacocoTestReportTask.dependsOn(jvmTestTask)
jacocoTestReportTask.dependsOn(jvmTestTask)