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 139a409 commit bd459cbCopy full SHA for bd459cb
build.gradle.kts
@@ -20,7 +20,7 @@ repositories {
20
}
21
22
dependencies {
23
- implementation("com.gradle:develocity-gradle-plugin-adapters:1.2")
+ implementation("com.gradle:develocity-gradle-plugin-adapters:1.2.1")
24
25
testImplementation(platform("org.junit:junit-bom:5.12.1"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
release/changes.md
@@ -1 +1,2 @@
1
-- [NEW] TBD
+- [FIX] Error when applying plugin with Gradle 7.6.4 and config-cache enabled (#379)
2
+- [FIX] WARNING: Error invoking build scan buildFinished action (#378)
0 commit comments