Excluded generated sources from finalguard plugin
All checks were successful
CI / build (push) Successful in 5m58s
All checks were successful
CI / build (push) Successful in 5m58s
Also added optional list of exclusion paths
This commit is contained in:
@@ -2,6 +2,12 @@ plugins {
|
||||
id 'groovy-gradle-plugin'
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility(JavaVersion.VERSION_1_8.toString())
|
||||
targetCompatibility(JavaVersion.VERSION_1_8.toString())
|
||||
modularity.inferModulePath = false
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("JPMSCheckPlugin") {
|
||||
|
||||
Reference in New Issue
Block a user