Merge branch '2.2.x'
Closes gh-21341
This commit is contained in:
@@ -31,8 +31,8 @@ task('javaCompileEncoding') {
|
||||
|
||||
task('startScriptsDefaultJvmOpts') {
|
||||
doFirst {
|
||||
tasks.withType(org.springframework.boot.gradle.tasks.application.CreateBootStartScripts) {
|
||||
println "${name} defaultJvmOpts = ${defaultJvmOpts}"
|
||||
tasks.getByName("bootStartScripts") {
|
||||
println "$name defaultJvmOpts = $defaultJvmOpts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user