Skip to content

Commit

Permalink
Revert "Upgrade Jacoco used by the Gradle plugin to version 0.8.7"
Browse files Browse the repository at this point in the history
This reverts commit 24f0059 as it is not needed anymore with Gradle 7.1.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jun 15, 2021
1 parent 34bef45 commit 1be64ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ val detektPluginVersion: String by project
val kotlinPluginVersion: String by project

val jacksonVersion: String by project
val jacocoVersion: String by project
val kotestVersion: String by project
val log4jCoreVersion: String by project
val okhttpVersion: String by project
Expand Down Expand Up @@ -166,10 +165,6 @@ subprojects {
apply(plugin = "org.jetbrains.kotlin.jvm")
apply(plugin = "org.jetbrains.dokka")

extensions.findByName("jacoco")?.withGroovyBuilder {
setProperty("toolVersion", jacocoVersion)
}

sourceSets.create("funTest") {
withConvention(KotlinSourceSet::class) {
kotlin.srcDirs("src/funTest/kotlin")
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ hamcrestCoreVersion = 1.3
hikariVersion = 4.0.3
hopliteVersion = 1.4.0
jacksonVersion = 2.12.3
jacocoVersion = 0.8.7
jgitVersion = 5.12.0.202106070339-r
jSchAgentProxyVersion = 0.0.7
jsltVersion = 0.1.11
Expand Down

0 comments on commit 1be64ba

Please sign in to comment.