Skip to content

Commit f86bb04

Browse files
committed
Add com.diffplug.p2.asmaven back into settings.gradle for the _ext projects (take 2).
1 parent 0807a0f commit f86bb04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ plugins {
1919
id 'io.github.gradle-nexus.publish-plugin' apply false
2020
id 'com.github.spotbugs' apply false
2121
id 'com.diffplug.spotless-changelog' apply false
22+
id 'com.diffplug.p2.asmaven' apply false
2223
}
2324
if (System.env['CI'] != null) {
2425
// use the remote buildcache on all CI builds

0 commit comments

Comments
 (0)