Fix main class after rename.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
38edd74f8d
commit
dd011c9f36
|
@ -34,7 +34,7 @@ java {
|
||||||
|
|
||||||
application {
|
application {
|
||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClass = 'biz.nellemann.jperf.App'
|
mainClass = 'biz.nellemann.jperf.Application'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
|
|
Loading…
Reference in a new issue