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 58a1a2f commit 8c91f65Copy full SHA for 8c91f65
build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation("io.github.cdsap:jdk-tools-parser:0.1.1")
19
implementation("io.github.cdsap:commandline-value-source:0.1.0")
20
implementation("com.jakewharton.picnic:picnic:0.7.0")
21
- implementation("com.gradle:develocity-gradle-plugin:4.0.2")
+ implementation("com.gradle:develocity-gradle-plugin:4.1")
22
testImplementation("junit:junit:4.13.2")
23
}
24
tasks.withType<Test>().configureEach {
0 commit comments