Note starters' and annotation processors' jar type in their manifest

See gh-22203
This commit is contained in:
dreis2211
2020-07-02 18:38:13 +02:00
committed by Andy Wilkinson
parent 53607ea777
commit be56cac2bb
5 changed files with 68 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ plugins {
id "java-library"
id "org.springframework.boot.conventions"
id "org.springframework.boot.deployed"
id "org.springframework.boot.annotation-processor"
}
description = "Spring Boot Configuration Annotation Processor"