Fix main class name
All checks were successful
test / test (push) Successful in 40s
test / caching (push) Successful in 1m12s

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 { application {
mainClass.set("helloworld.Man") mainClass.set("helloworld.Main")
} }