Archived
0

Ping server

This commit is contained in:
2018-06-10 20:04:33 +03:00
parent 4a5f5cf721
commit 796076c97c
18 changed files with 825 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
group 'mc'
version '1.0-SNAPSHOT'
ext {
netty_version = '4.1.22.Final'
}
dependencies {
/* Protocol 1.12.2 */
compile_excludeCopy project(':proto_1.12.2')
/* Netty */
compile (group: 'io.netty', name: 'netty-all', version: netty_version)
}