Skip to content

Commit af33fda

Browse files
authored
Merge branch 'main' into feat/fix-ci
2 parents 1eb9fc2 + f52f7fd commit af33fda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

settings.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ pluginManagement {
99
id 'com.github.spotbugs' version '4.7.8'
1010
// https://github.com/diffplug/spotless-changelog
1111
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
1315
id 'org.gradle.test-retry' version '1.3.1'
1416
}
1517
}
@@ -19,6 +21,7 @@ plugins {
1921
id 'io.github.gradle-nexus.publish-plugin' apply false
2022
id 'com.github.spotbugs' apply false
2123
id 'com.diffplug.spotless-changelog' apply false
24+
id 'com.diffplug.p2.asmaven' apply false
2225
id 'org.gradle.test-retry' apply false
2326
}
2427
if (System.env['CI'] != null) {

0 commit comments

Comments
 (0)