Archived
0

Simple bukkit-like event loop implementation

This commit is contained in:
Daniil
2018-07-25 20:30:49 +07:00
parent 1bd0e6aafe
commit 1456a8c1ee
8 changed files with 159 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ subprojects {
/* Components */
compile (group: 'org.projectlombok', name: 'lombok', version: '1.16.16')
testCompile 'junit:junit:4.12'
}
task copyDep(type: Copy) {