1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-19 21:04:02 +00:00

Fix main class entry

This commit is contained in:
Arnold Alejo Nunag 2020-10-16 18:45:34 +08:00
parent 0855569ad3
commit 5a84199954
Signed by: sciwhiz12
GPG Key ID: 622CF446534317E1

View File

@ -51,7 +51,7 @@ dependencies {
}
application {
mainClassName = 'sciwhiz12.janitor.JanitorBot'
mainClassName = 'sciwhiz12.janitor.BotStartup'
}
task sourcesJar(type: Jar, dependsOn: classes) {