Use deprecated mainClassName in Gradle test

See gh-27537
This commit is contained in:
izeye
2021-08-01 10:24:00 +09:00
committed by Stephane Nicoll
parent b85f0ee33d
commit 9f44cefc56

View File

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