Commit 86ca32e6 authored by Stefan Wolf's avatar Stefan Wolf Committed by Andy Wilkinson

Enable stricter validation for Gradle plugin

See gh-25409
parent cda7c686
...@@ -64,6 +64,7 @@ task preparePluginValidationClasses(type: Copy) { ...@@ -64,6 +64,7 @@ task preparePluginValidationClasses(type: Copy) {
validatePlugins { validatePlugins {
classes.setFrom preparePluginValidationClasses classes.setFrom preparePluginValidationClasses
enableStricterValidation = true
} }
task dependencyVersions(type: org.springframework.boot.build.constraints.ExtractVersionConstraints) { task dependencyVersions(type: org.springframework.boot.build.constraints.ExtractVersionConstraints) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment