Skip to content

Commit

Permalink
Updated Gradle -> 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Jun 15, 2017
1 parent f87b151 commit 2071ad7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
dependencies {
provided("io.netty:netty-all:4.1.9.Final")
compile("io.netty:netty-codec-haproxy:4.1.9.Final")
provided("net.md-5:bungeecord-api:1.11-SNAPSHOT")
provided("net.md-5:bungeecord-api:1.12-SNAPSHOT")
}

jar {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jun 13 11:58:04 NZST 2017
#Fri Jun 16 10:52:09 NZST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

0 comments on commit 2071ad7

Please sign in to comment.