Skip to content

Commit

Permalink
Update gradle settings + remove old commented config (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen1212055 authored Oct 1, 2022
1 parent b003593 commit eec5d68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
53 changes: 1 addition & 52 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
*/
}
2 changes: 0 additions & 2 deletions settings.gradle

This file was deleted.

2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rootProject.name = "DFHelpBot"

0 comments on commit eec5d68

Please sign in to comment.