Skip to content

Commit bd459cb

Browse files
committed
Bump to v1.2.1 of develocity-agent-adapters
1 parent 139a409 commit bd459cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation("com.gradle:develocity-gradle-plugin-adapters:1.2")
23+
implementation("com.gradle:develocity-gradle-plugin-adapters:1.2.1")
2424

2525
testImplementation(platform("org.junit:junit-bom:5.12.1"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")

release/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
- [NEW] TBD
1+
- [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

Comments
 (0)