mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-10 02:21:25 +00:00
Fix main class entry
This commit is contained in:
parent
0855569ad3
commit
5a84199954
|
@ -51,7 +51,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClassName = 'sciwhiz12.janitor.JanitorBot'
|
mainClassName = 'sciwhiz12.janitor.BotStartup'
|
||||||
}
|
}
|
||||||
|
|
||||||
task sourcesJar(type: Jar, dependsOn: classes) {
|
task sourcesJar(type: Jar, dependsOn: classes) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user