fix: forgot to change the main class path when moving packages

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-05-18 17:30:56 +02:00
parent fed4bd7fe1
commit 6b048d0991

View file

@ -123,7 +123,7 @@ tasks {
withType<Jar> { withType<Jar> {
manifest { manifest {
attributes["Main-Class"] = "de.limited_dev.lilJudd.MainKt" attributes["Main-Class"] = "net.moonleay.lilJudd.MainKt"
} }
// To add all of the dependencies // To add all of the dependencies
from(sourceSets.main.get().output) from(sourceSets.main.get().output)