Replace the use of the deprecated 'bootJar' Gradle task, 'mainClassName' property with 'mainClass'.
This commit is contained in:
@@ -20,7 +20,7 @@ dependencies {
|
||||
}
|
||||
|
||||
bootJar {
|
||||
mainClassName = 'example.app.caching.session.http.BootGeodeHttpSessionCachingApplication'
|
||||
mainClass = 'example.app.caching.session.http.BootGeodeHttpSessionCachingApplication'
|
||||
}
|
||||
|
||||
bootRun {
|
||||
|
||||
Reference in New Issue
Block a user