Merge pull request #20051 from dreis2211

* pr/20051:
  Add missing deployed plugin to modules

Closes gh-20051
This commit is contained in:
Stephane Nicoll 2020-02-06 16:33:40 +01:00
commit 2020460239
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"
}