Moved collectionsindepth to moreaboutcollections
This commit is contained in:
parent
6d4d5a1dfc
commit
9905ed2551
@ -34,7 +34,7 @@ junitPlatform {
|
||||
|
||||
filters {
|
||||
packages {
|
||||
exclude 'understandingcollections.jmh'
|
||||
exclude 'moreaboutcollections.jmh'
|
||||
}
|
||||
includeClassNamePattern '.*'
|
||||
}
|
||||
|
@ -4,13 +4,13 @@ project(':validating') {
|
||||
}
|
||||
}
|
||||
|
||||
project(':understandingcollections') {
|
||||
project(':moreaboutcollections') {
|
||||
dependencies {
|
||||
compile project(':typeinfo')
|
||||
compile project(':collections')
|
||||
}
|
||||
jmh {
|
||||
include = 'understandingcollections.jmh.*'
|
||||
include = 'moreaboutcollections.jmh.*'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user