Skip to content

Commit

Permalink
build: configure ValidatePlugins tasks
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Jul 18, 2023
1 parent fbbb92c commit aa88c04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,8 @@ tasks.test {
tasks.named<Delete>("cleanTest") {
delete(testresourcesOutput)
}

tasks.withType<ValidatePlugins>().configureEach {
failOnWarning.set(true)
enableStricterValidation.set(true)
}

0 comments on commit aa88c04

Please sign in to comment.