Replace the use of the deprecated 'bootJar' Gradle task, 'mainClassName' property with 'mainClass'.

This commit is contained in:
John Blum
2020-12-08 09:44:19 -08:00
parent f4eec7724d
commit e32fc75643
8 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
}
bootJar {
mainClassName = 'example.app.caching.inline.BootGeodeAsyncInlineCachingClientApplication'
mainClass = 'example.app.caching.inline.BootGeodeAsyncInlineCachingClientApplication'
}
bootRun {