Skip to content

Commit 9905ed2

Browse files
committed
Moved collectionsindepth to moreaboutcollections
1 parent 6d4d5a1 commit 9905ed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/junit-jupiter.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ junitPlatform {
3434
3535
filters {
3636
packages {
37-
exclude 'understandingcollections.jmh'
37+
exclude 'moreaboutcollections.jmh'
3838
}
3939
includeClassNamePattern '.*'
4040
}

gradle/subprojects.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ project(':validating') {
44
}
55
}
66

7-
project(':understandingcollections') {
7+
project(':moreaboutcollections') {
88
dependencies {
99
compile project(':typeinfo')
1010
compile project(':collections')
1111
}
1212
jmh {
13-
include = 'understandingcollections.jmh.*'
13+
include = 'moreaboutcollections.jmh.*'
1414
}
1515
}
1616

0 commit comments

Comments
 (0)