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