Fix build.gradle

This commit is contained in:
Zaxar163 2018-09-21 18:39:02 +03:00 committed by Gravit
parent 5cbc81476f
commit d3b46155ef

View file

@ -43,7 +43,6 @@
compile project(':libLauncher') // pack
compileOnly 'org.spigotmc:spigot-api:1.8-R0.1-SNAPSHOT' // api
compileOnly 'net.md-5:bungeecord-api:1.8-SNAPSHOT' // api
compileOnly group: 'io.netty', name: 'netty-all', version: '4.1.28.Final'
compileOnly 'org.ow2.asm:asm-debug-all:5.0.4'
bundleOnly 'org.ow2.asm:asm-all:5.0.4'
bundle 'org.apache.logging.log4j:log4j-core:2.9.0'
@ -54,6 +53,7 @@ compile project(':libLauncher') // pack
bundle 'org.fusesource.jansi:jansi:1.17.1'
bundle 'commons-io:commons-io:2.6'
bundle 'org.javassist:javassist:3.23.1-GA'
bundle 'io.netty:netty-all:4.1.28.Final'
bundle 'org.slf4j:slf4j-simple:1.7.25'
bundle 'org.slf4j:slf4j-api:1.7.25'