Loop v3 implementation started
This commit is contained in:
15
event-loop/build.gradle
Normal file
15
event-loop/build.gradle
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user