Commit 268f696d authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

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
parent 7a9462bd
plugins { plugins {
id "java-library" id "java-library"
id "maven-publish"
id "org.springframework.boot.conventions" id "org.springframework.boot.conventions"
id "org.springframework.boot.deployed"
id "org.springframework.boot.internal-dependency-management" id "org.springframework.boot.internal-dependency-management"
} }
......
plugins { plugins {
id "java-library" id "java-library"
id "maven-publish"
id "org.springframework.boot.conventions" id "org.springframework.boot.conventions"
id "org.springframework.boot.deployed"
id "org.springframework.boot.internal-dependency-management" id "org.springframework.boot.internal-dependency-management"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment