Skip to content

Commit

Permalink
Drop lombok and jacoco implicit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 30, 2024
1 parent ec57496 commit e49cba5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ dependencies {
testImplementation("org.awaitility", "awaitility", "4.2.2")
}

lombok {
version.set("1.18.32")
}

jacoco {
toolVersion = "0.8.12"
}

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down Expand Up @@ -203,7 +195,7 @@ tasks.test {
}

reports {
html.required.set(true)
html.required.set(tue)
}

val jmockitPath = classpath.find { it.name.contains("jmockit") }!!.absolutePath
Expand Down

0 comments on commit e49cba5

Please sign in to comment.