6 lines
113 B
Groovy
Raw Normal View History

allprojects {
apply plugin: "nebula.lint"
gradleLint {
rules = ['dependency-parenthesis']
}
}