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