6 lines
113 B
Groovy
6 lines
113 B
Groovy
allprojects {
|
|
apply plugin: "nebula.lint"
|
|
gradleLint {
|
|
rules = ['dependency-parenthesis']
|
|
}
|
|
} |