forked from DiscordBots/lilJudd
fix: forgot to change the main class path when moving packages
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
fed4bd7fe1
commit
6b048d0991
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue