Skip to content

Commit 94fe45a

Browse files
committed
Merge pull request #25409 from wolfs
* gh-25409: Enable stricter validation for Gradle plugin Closes gh-25409
2 parents cda7c68 + 86ca32e commit 94fe45a

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)