Skip to content

Commit

Permalink
Updated gradle version and JDA version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld committed Feb 15, 2018
1 parent 81f0b5d commit ad8b7d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -32,7 +32,7 @@ jdaction {
sourceSets = [sourceSets.main]
}

// copy the main sources and filter any '@buildVersion@' occurences.
// copy the main sources and filter any '@buildVersion@' occurences.
task processVersion (type: Copy) {
from sourceSets.main.java
into filteredSourceDir
Expand Down Expand Up @@ -81,7 +81,7 @@ repositories {
}

dependencies {
compile 'net.dv8tion:JDA:3.5.0_329'
compile 'net.dv8tion:JDA:3.5.1_339'
compile 'com.sedmelluq:lavaplayer:1.2.43'
compile 'net.lingala.zip4j:zip4j:1.3.2'
compile 'com.google.code.gson:gson:2.8.1'
Expand Down Expand Up @@ -114,7 +114,7 @@ class Version {
}
}

// tell the compileJava task to compile the filtered source
// tell the compileJava task to compile the filtered source
compileJava.source = sourceSets.filtered.java
compileJava.dependsOn processVersion

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sun Feb 14 11:58:08 JST 2016
#Thu Feb 15 10:56:29 EST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip

0 comments on commit ad8b7d6

Please sign in to comment.