Skip to content

Commit 1eb84da

Browse files
committed
Enable strict validation
1 parent 553702e commit 1eb84da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ subprojects {
107107
ideReport.enabled = true
108108
ideReport.destination = file( "${project.codenarc.reportsDir}/${reportName}.ide.txt")
109109
}
110+
111+
tasks.withType(ValidateTaskProperties) { validateTaskProperties ->
112+
validateTaskProperties.failOnWarning = true
113+
validateTaskProperties.enableStricterValidation = true
114+
}
110115
}
111116

112117
idea {

0 commit comments

Comments
 (0)