1
0
Fork 0

Fix main class name

This commit is contained in:
JeremyStar™ 2024-08-19 20:51:35 +02:00
parent 5e186ec6d4
commit f3de70d1d8
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -12,5 +12,5 @@ jar {
}
application {
mainClass.set("helloworld.Man")
mainClass.set("helloworld.Main")
}