We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
com.diffplug.p2.asmaven
1 parent 0807a0f commit f86bb04Copy full SHA for f86bb04
settings.gradle
@@ -19,6 +19,7 @@ plugins {
19
id 'io.github.gradle-nexus.publish-plugin' apply false
20
id 'com.github.spotbugs' apply false
21
id 'com.diffplug.spotless-changelog' apply false
22
+ id 'com.diffplug.p2.asmaven' apply false
23
}
24
if (System.env['CI'] != null) {
25
// use the remote buildcache on all CI builds
0 commit comments