diff --git a/build.gradle.kts b/build.gradle.kts index 7bd7392a..e6669d82 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,55 +43,4 @@ tasks { build { dependsOn(shadowJar) } -} - - - -/* -plugins { - id 'java' - id 'application' - id 'com.github.johnrengelman.shadow' version '7.0.0' -} -mainClassName = 'com.diamondfire.helpbot.HelpBot' -group 'com.diamondfire.helpbot' - -repositories { - mavenCentral() - maven { url 'https://jitpack.io' } - maven { - name 'm2-dv8tion' - url 'https://m2.dv8tion.net/releases' - } -} - -dependencies { - implementation ("net.dv8tion:JDA:4.3.0_305") { - exclude module: 'opus-java' - } - implementation 'club.minnced:discord-webhooks:0.5.8' - implementation 'ch.qos.logback:logback-classic:1.2.5' - implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' - implementation 'com.github.Steveice10:MCProtocolLib:c5e4b66' - implementation group: 'mysql', name: 'mysql-connector-java', version: '5.1.13' - implementation group: 'org.codehaus.groovy', name: 'groovy-jsr223', version: '3.0.8' -} - -compileJava.options.encoding = 'UTF-8' -tasks.withType(JavaCompile) { - options.encoding = 'UTF-8' -} - -jar { - manifest { - attributes("Main-Class": "com.diamondfire.helpbot.HelpBot") - } -} - -build { - dependsOn { - shadowJar - } -} - - */ \ No newline at end of file +} \ No newline at end of file diff --git a/settings.gradle b/settings.gradle deleted file mode 100644 index 4dc9ef82..00000000 --- a/settings.gradle +++ /dev/null @@ -1,2 +0,0 @@ -rootProject.name = 'DFHelpBot' - diff --git a/settings.gradle.kts b/settings.gradle.kts new file mode 100644 index 00000000..73b2f357 --- /dev/null +++ b/settings.gradle.kts @@ -0,0 +1,2 @@ +rootProject.name = "DFHelpBot" +