Skip to content

Commit 543b823

Browse files
committed
Fix Decycle plugin compatibility with Gradle 8.12.1
Update from de.obqo.decycle.gradle.plugin:1.2.3 to decycle-gradle-plugin:0.11.0 to resolve 'Stream closed' error in decycleMain tasks. Fixes CI build failures on Java 21 caused by plugin incompatibility.
1 parent 8b20fb2 commit 543b823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ repositories {
99
dependencies {
1010
implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.2.1'
1111
implementation 'net.ltgt.gradle:gradle-errorprone-plugin:4.0.0'
12-
implementation 'de.obqo.decycle:de.obqo.decycle.gradle.plugin:1.2.3'
12+
implementation 'de.obqo.decycle:decycle-gradle-plugin:0.11.0'
1313
}

0 commit comments

Comments
 (0)