Skip to content

Commit 2020460

Browse files
committed
Merge pull request #20051 from dreis2211
* pr/20051: Add missing deployed plugin to modules Closes gh-20051
2 parents 7a9462b + 268f696 commit 2020460

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)