Merge branch '2.5.x' into 2.6.x
Closes gh-30213
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
id 'java'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
tasks.configureEach {
|
||||
println "Configuring ${it.path}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
tasks.configureEach {
|
||||
println "Configuring ${it.path}"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
}
|
||||
|
||||
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||
|
||||
tasks.configureEach {
|
||||
println "Configuring ${it.path}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
id 'war'
|
||||
}
|
||||
|
||||
tasks.configureEach {
|
||||
println "Configuring ${it.path}"
|
||||
}
|
||||
Reference in New Issue
Block a user