Replace the use of the deprecated 'bootJar' Gradle task, 'mainClassName' property with 'mainClass'.
This commit is contained in:
@@ -22,7 +22,7 @@ task runServer(type: JavaExec) {
|
||||
}
|
||||
|
||||
bootJar {
|
||||
mainClassName = 'example.app.temp.geode.client.BootGeodeClientApplication'
|
||||
mainClass = 'example.app.temp.geode.client.BootGeodeClientApplication'
|
||||
}
|
||||
|
||||
bootRun {
|
||||
|
||||
Reference in New Issue
Block a user