Archived
0

Loop v3 implementation started

This commit is contained in:
Daniil
2018-08-01 21:49:00 +07:00
parent 1a03c517f6
commit c0341fd273
12 changed files with 112 additions and 55 deletions

15
event-loop/build.gradle Normal file
View File

@@ -0,0 +1,15 @@
group 'mc'
version '1.0-SNAPSHOT'
dependencies {
/* Core */
compile_excludeCopy project(':core')
testCompile group: 'org.slf4j', name: 'slf4j-simple', version: '1.6.1'
testCompile group: 'com.carrotsearch', name: 'junit-benchmarks', version: '0.7.0'
}
test {
exclude "ru/core/events/*Benchmark.class"
}