set jmh dep and srcdir
This commit is contained in:
parent
7b93ad90aa
commit
e1da0ed798
10
build.gradle
10
build.gradle
@ -141,6 +141,15 @@ subprojects {
|
||||
srcDir projectDir
|
||||
}
|
||||
}
|
||||
jmh {
|
||||
java {
|
||||
srcDir projectDir
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
jmh {
|
||||
jmhVersion = '1.12'
|
||||
}
|
||||
|
||||
List createdTasks = []
|
||||
@ -214,6 +223,7 @@ subprojects {
|
||||
configure(subprojects - project(':onjava')) {
|
||||
dependencies {
|
||||
compile project(':onjava')
|
||||
compile 'org.openjdk.jmh:jmh-core:1.12'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2,3 +2,7 @@ dependencies {
|
||||
compile project(':typeinfo')
|
||||
compile project(':collections')
|
||||
}
|
||||
|
||||
jmh {
|
||||
include = 'understandingcollections.jmhtests.*'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user