We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6590f9d commit 2366f45Copy full SHA for 2366f45
build.gradle.kts
@@ -20,7 +20,7 @@ repositories {
20
}
21
22
dependencies {
23
- implementation("com.gradle:develocity-gradle-plugin-adapters:1.1")
+ implementation("com.gradle:develocity-gradle-plugin-adapters:1.2")
24
25
testImplementation(platform("org.junit:junit-bom:5.12.1"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
release/changes.md
@@ -1 +1 @@
1
-- [NEW] TBD
+- [FIX] Use latest release of develocity-agent-adapters. This addresses classloader issues with DV injection.
release/version.txt
-2.1.1
+2.2
0 commit comments