Skip to content

Commit 268f696

Browse files
dreis2211snicoll
authored andcommitted
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
1 parent 7a9462b commit 268f696

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-properties-migrator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java-library"
3-
id "maven-publish"
43
id "org.springframework.boot.conventions"
4+
id "org.springframework.boot.deployed"
55
id "org.springframework.boot.internal-dependency-management"
66
}
77

spring-boot-project/spring-boot-tools/spring-boot-configuration-metadata/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "java-library"
3-
id "maven-publish"
43
id "org.springframework.boot.conventions"
4+
id "org.springframework.boot.deployed"
55
id "org.springframework.boot.internal-dependency-management"
66
}
77

0 commit comments

Comments
 (0)