Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Jun 13, 2017
1 parent a820f7d commit fa50c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ repositories {
}

dependencies {
provided("net.md-5:bungeecord-api:1.11-SNAPSHOT")
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-proxy:1.4.7-SNAPSHOT")
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx512M

0 comments on commit fa50c03

Please sign in to comment.