Skip to content

Commit eec5d68

Browse files
authored
Update gradle settings + remove old commented config (#89)
1 parent b003593 commit eec5d68

File tree

3 files changed

+3
-54
lines changed

3 files changed

+3
-54
lines changed

build.gradle.kts

Lines changed: 1 addition & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -43,55 +43,4 @@ tasks {
4343
build {
4444
dependsOn(shadowJar)
4545
}
46-
}
47-
48-
49-
50-
/*
51-
plugins {
52-
id 'java'
53-
id 'application'
54-
id 'com.github.johnrengelman.shadow' version '7.0.0'
55-
}
56-
mainClassName = 'com.diamondfire.helpbot.HelpBot'
57-
group 'com.diamondfire.helpbot'
58-
59-
repositories {
60-
mavenCentral()
61-
maven { url 'https://jitpack.io' }
62-
maven {
63-
name 'm2-dv8tion'
64-
url 'https://m2.dv8tion.net/releases'
65-
}
66-
}
67-
68-
dependencies {
69-
implementation ("net.dv8tion:JDA:4.3.0_305") {
70-
exclude module: 'opus-java'
71-
}
72-
implementation 'club.minnced:discord-webhooks:0.5.8'
73-
implementation 'ch.qos.logback:logback-classic:1.2.5'
74-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
75-
implementation 'com.github.Steveice10:MCProtocolLib:c5e4b66'
76-
implementation group: 'mysql', name: 'mysql-connector-java', version: '5.1.13'
77-
implementation group: 'org.codehaus.groovy', name: 'groovy-jsr223', version: '3.0.8'
78-
}
79-
80-
compileJava.options.encoding = 'UTF-8'
81-
tasks.withType(JavaCompile) {
82-
options.encoding = 'UTF-8'
83-
}
84-
85-
jar {
86-
manifest {
87-
attributes("Main-Class": "com.diamondfire.helpbot.HelpBot")
88-
}
89-
}
90-
91-
build {
92-
dependsOn {
93-
shadowJar
94-
}
95-
}
96-
97-
*/
46+
}

settings.gradle

Lines changed: 0 additions & 2 deletions
This file was deleted.

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
rootProject.name = "DFHelpBot"
2+

0 commit comments

Comments
 (0)