Replace the use of the deprecated 'bootJar' Gradle task, 'mainClassName' property with 'mainClass'.
This commit is contained in:
@@ -23,5 +23,5 @@ dependencies {
|
||||
}
|
||||
|
||||
bootJar {
|
||||
mainClassName = 'example.app.caching.multisite.client.BootGeodeMultiSiteCachingClientApplication'
|
||||
mainClass = 'example.app.caching.multisite.client.BootGeodeMultiSiteCachingClientApplication'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user