1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-20 02:54:03 +00:00

Fix build.gradle

This commit is contained in:
Arnold Alejo Nunag 2020-09-01 14:59:25 +08:00
parent f1d77e11db
commit 079d1d37e7
Signed by: sciwhiz12
GPG Key ID: 622CF446534317E1

View File

@ -26,10 +26,6 @@ archivesBaseName = 'janitor_bot'
version = getVersion() version = getVersion()
println("Version: ${version}") println("Version: ${version}")
shadowJar {
configurations = [project.configurations.implementation]
}
dependencies { dependencies {
implementation "net.dv8tion:JDA:${jda_version}" implementation "net.dv8tion:JDA:${jda_version}"
implementation "com.electronwill.night-config:toml:${nightconfig_version}" implementation "com.electronwill.night-config:toml:${nightconfig_version}"