Don't apply configuration-properties from auto-configuration plugin

Update the auto-configuration gradle plugin so that the
configuration-properties plugin is not longer automatically applied.
This  allows us to have auto-configuration modules that don't ship
configuration properties.

Closes gh-35028
This commit is contained in:
Phillip Webb
2023-04-14 14:55:03 -07:00
parent 148c632299
commit 1849b82334
4 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
plugins {
id "java-library"
id "org.springframework.boot.auto-configuration"
id "org.springframework.boot.configuration-properties"
id "org.springframework.boot.conventions"
id "org.springframework.boot.deployed"
id "org.springframework.boot.integration-test"