import source
This commit is contained in:
14
proto125_netty/build.gradle
Normal file
14
proto125_netty/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
group 'mc'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
ext {
|
||||
netty_version = '4.1.22.Final'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
/* Protocol 1.2.5 */
|
||||
compile_excludeCopy project(':proto125')
|
||||
|
||||
/* Netty */
|
||||
compile (group: 'io.netty', name: 'netty-all', version: netty_version)
|
||||
}
|
||||
Reference in New Issue
Block a user