Archived
0

Command executor

This commit is contained in:
2018-05-22 23:51:50 +03:00
parent 778d8349d7
commit d187a3a431
4 changed files with 63 additions and 0 deletions

7
commander/build.gradle Normal file
View File

@@ -0,0 +1,7 @@
group 'mc'
version '1.0-SNAPSHOT'
dependencies {
/* Core */
compile_excludeCopy project(':core')
}