java-tutorials/gradle-modules/gradle-5/gradle-lint-intro.gradle
2023-09-18 08:28:54 +05:30

6 lines
113 B
Groovy

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