We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bf531 commit 2fd02f4Copy full SHA for 2fd02f4
gradle/plugins/build.gradle.kts
@@ -8,7 +8,7 @@ dependencies {
8
implementation("com.gradle:develocity-gradle-plugin:4.1")
9
implementation("io.fuchs.gradle.classpath-collision-detector:classpath-collision-detector:1.0.0")
10
implementation("org.cyclonedx:cyclonedx-gradle-plugin:2.2.0")
11
- implementation("org.gradlex:jvm-dependency-conflict-resolution:2.2")
+ implementation("org.gradlex:jvm-dependency-conflict-resolution:2.4")
12
}
13
14
testing.suites.named<JvmTestSuite>("test") {
0 commit comments