We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553702e commit 1eb84daCopy full SHA for 1eb84da
1 file changed
build.gradle
@@ -107,6 +107,11 @@ subprojects {
107
ideReport.enabled = true
108
ideReport.destination = file( "${project.codenarc.reportsDir}/${reportName}.ide.txt")
109
}
110
+
111
+ tasks.withType(ValidateTaskProperties) { validateTaskProperties ->
112
+ validateTaskProperties.failOnWarning = true
113
+ validateTaskProperties.enableStricterValidation = true
114
+ }
115
116
117
idea {
0 commit comments