Add missing deployed plugin to modules

This commit registers 'org.springframework.boot.deployed' to
spring-boot-configuration-metadata and spring-boot-properties-migrator
to make sure they are deployed as expected.

See gh-20051
This commit is contained in:
dreis2211 2020-02-06 16:04:07 +01:00 committed by Stephane Nicoll
parent 7a9462bd37
commit 268f696d19
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}

View File

@ -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"
}