mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Use deprecated mainClassName in Gradle test
See gh-27537
This commit is contained in:
+1
-1
@@ -4,5 +4,5 @@ plugins {
|
||||
}
|
||||
|
||||
bootJar {
|
||||
mainClass = 'com.example.Application'
|
||||
mainClassName = 'com.example.Application'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user