Fix main class name
This commit is contained in:
parent
5e186ec6d4
commit
f3de70d1d8
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ jar {
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClass.set("helloworld.Man")
|
mainClass.set("helloworld.Main")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue