0

import source

This commit is contained in:
2018-07-14 13:20:45 +03:00
parent 84b9505daf
commit 741d41be2e
39 changed files with 1919 additions and 0 deletions

View 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)
}