java-tutorials/gradle-modules/gradle-5/gradle-lint-intro.gradle

6 lines
113 B
Groovy

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