Ping server
This commit is contained in:
11
proto_1.12.2/build.gradle
Normal file
11
proto_1.12.2/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
group 'mc'
|
||||
version '1.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
/* Core */
|
||||
compile_excludeCopy project(':core')
|
||||
|
||||
/* Components */
|
||||
compile (group: 'com.google.guava', name: 'guava', version: '24.1-jre')
|
||||
compile (group: 'com.google.code.gson', name: 'gson', version: '2.8.2')
|
||||
}
|
||||
Reference in New Issue
Block a user