removed redundant plugin application
This commit is contained in:
14
jpms-check/build.gradle
Normal file
14
jpms-check/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id 'java-gradle-plugin'
|
||||
}
|
||||
|
||||
version = "0.1"
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("JPMSCheckPlugin") {
|
||||
id = "net.woggioni.plugins.jpms-check"
|
||||
implementationClass = "net.woggioni.gradle.jpms.check.JPMSCheckPlugin"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user