File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ pluginManagement {
9
9
id ' com.github.spotbugs' version ' 4.7.8'
10
10
// https://github.com/diffplug/spotless-changelog
11
11
id ' com.diffplug.spotless-changelog' version ' 2.2.0'
12
- // https://github.com/gradle/test-retry-gradle-plugin/releases
12
+ // https://github.com/diffplug/goomph/blob/main/CHANGES.md
13
+ id ' com.diffplug.p2.asmaven' version ' 3.33.2'
14
+ // https://github.com/gradle/test-retry-gradle-plugin/releases
13
15
id ' org.gradle.test-retry' version ' 1.3.1'
14
16
}
15
17
}
@@ -19,6 +21,7 @@ plugins {
19
21
id ' io.github.gradle-nexus.publish-plugin' apply false
20
22
id ' com.github.spotbugs' apply false
21
23
id ' com.diffplug.spotless-changelog' apply false
24
+ id ' com.diffplug.p2.asmaven' apply false
22
25
id ' org.gradle.test-retry' apply false
23
26
}
24
27
if (System . env[' CI' ] != null ) {
You can’t perform that action at this time.
0 commit comments