mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Merge branch '2.5.x' into 2.6.x
Closes gh-29685
This commit is contained in:
+2
-2
@@ -5,11 +5,11 @@ plugins {
|
||||
|
||||
// tag::classifiers[]
|
||||
bootJar {
|
||||
classifier = 'boot'
|
||||
archiveClassifier = 'boot'
|
||||
}
|
||||
|
||||
jar {
|
||||
classifier = ''
|
||||
archiveClassifier = ''
|
||||
}
|
||||
// end::classifiers[]
|
||||
|
||||
|
||||
+2
-2
@@ -7,11 +7,11 @@ plugins {
|
||||
|
||||
// tag::classifiers[]
|
||||
tasks.getByName<BootJar>("bootJar") {
|
||||
classifier = "boot"
|
||||
archiveClassifier.set("boot")
|
||||
}
|
||||
|
||||
tasks.getByName<Jar>("jar") {
|
||||
classifier = ""
|
||||
archiveClassifier.set("")
|
||||
}
|
||||
// end::classifiers[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user