summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 2 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index d6fccbf..7b294c3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,14 +10,11 @@ description = """"""
sourceCompatibility = 1.8
targetCompatibility = 1.8
-run {
- systemProperty "config.file", project.getProperty("config.file")
-}
repositories {
jcenter()
}
dependencies {
- compile group: 'org.apache.commons', name: 'commons-math3', version:'3.4'
- compile group: 'net.dv8tion', name: 'JDA', version:'3.3.0_272'
+ compile group: 'org.apache.commons', name: 'commons-math3', version: '3.4'
+ compile group: 'net.dv8tion', name: 'JDA', version: '3.3.0_272'
}