From 837542dafbd81f882695f929182599e8f9aaf0af Mon Sep 17 00:00:00 2001 From: AidanTheBandit <84136868+AidanTheBandit1@users.noreply.github.com> Date: Fri, 2 Sep 2022 23:05:59 -0400 Subject: [PATCH] Delete build.gradle.kts --- build.gradle.kts | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 build.gradle.kts diff --git a/build.gradle.kts b/build.gradle.kts deleted file mode 100644 index f833489..0000000 --- a/build.gradle.kts +++ /dev/null @@ -1,31 +0,0 @@ -plugins { - id("java") - id("com.github.johnrengelman.shadow") version "7.1.2" -} - -val numberVersion = "5.0.0" - -group = "net.ellibot.ellie" -version = "5.0.0-SNAPSHOT" - -repositories { - mavenCentral() - - maven("https://m2.dv8tion.net/releases") - maven("https://jitpack.io") -} - -dependencies { - implementation(group = "net.dv8tion", name = "JDA", version = "5.0.0-alpha.17") { - exclude(module = "opus-java") - } - implementation(group = "ch.qos.logback", name = "logback-classic", version = "1.2.10") - implementation(group = "com.github.JDA-Applications", name = "JDA-Utilities", version = "804d58a") { - // This is fine - exclude(module = "jda-utilities-examples") - exclude(module = "jda-utilities-doc") - exclude(module = "jda-utilities-command") - exclude(module = "jda-utilities-menu") - exclude(module = "jda-utilities-oauth2") - } -} \ No newline at end of file