Merge branch '2.4.x' into 2.5.x

Closes gh-27557
This commit is contained in:
Stephane Nicoll
2021-08-04 09:25:25 +02:00

View File

@@ -4,5 +4,5 @@ plugins {
}
bootJar {
mainClass = 'com.example.Application'
mainClassName = 'com.example.Application'
}