Skip to content

Commit

Permalink
Merge pull request #3384 from 1c-syntax/nixel2007-patch-1
Browse files Browse the repository at this point in the history
Drop lombok and jacoco implicit versions
  • Loading branch information
nixel2007 authored Dec 31, 2024
2 parents ec57496 + 2402b23 commit 1d2994d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 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

0 comments on commit 1d2994d

Please sign in to comment.