Skip to content

Commit 86ca32e

Browse files
wolfswilkinsona
authored andcommitted
Enable stricter validation for Gradle plugin
See gh-25409
1 parent cda7c68 commit 86ca32e

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ task preparePluginValidationClasses(type: Copy) {
6464

6565
validatePlugins {
6666
classes.setFrom preparePluginValidationClasses
67+
enableStricterValidation = true
6768
}
6869

6970
task dependencyVersions(type: org.springframework.boot.build.constraints.ExtractVersionConstraints) {

0 commit comments

Comments
 (0)