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:
committed by
Stephane Nicoll
parent
7a9462bd37
commit
268f696d19
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user