Skip to content

Commit

Permalink
Use short hand notation as proposed by @jjohannes
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Nov 29, 2024
1 parent c8ff3ad commit 46374b4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ java {
}

dependencies.constraints {
checkstyle("com.google.guava:guava") {
version {
require("33.3.1-jre")
}
}
testSamplesImplementation("commons-io:commons-io") {
version {
require("2.18.0")
}
}
checkstyle("com.google.guava:guava:33.3.1-jre")
testSamplesImplementation("commons-io:commons-io:2.18.0")
}

pluginPublishConventions {
Expand Down

0 comments on commit 46374b4

Please sign in to comment.