diff --git a/spring-boot-project/spring-boot-properties-migrator/build.gradle b/spring-boot-project/spring-boot-properties-migrator/build.gradle index 64aec7ee879..002e3202d5d 100644 --- a/spring-boot-project/spring-boot-properties-migrator/build.gradle +++ b/spring-boot-project/spring-boot-properties-migrator/build.gradle @@ -1,7 +1,7 @@ plugins { id "java-library" - id "maven-publish" id "org.springframework.boot.conventions" + id "org.springframework.boot.deployed" id "org.springframework.boot.internal-dependency-management" } diff --git a/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle index de7906bc024..92531fc616a 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle @@ -1,7 +1,7 @@ plugins { id "java-library" - id "maven-publish" id "org.springframework.boot.conventions" + id "org.springframework.boot.deployed" id "org.springframework.boot.internal-dependency-management" }