We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4d5a1 commit 9905ed2Copy full SHA for 9905ed2
gradle/junit-jupiter.gradle
@@ -34,7 +34,7 @@ junitPlatform {
34
35
filters {
36
packages {
37
- exclude 'understandingcollections.jmh'
+ exclude 'moreaboutcollections.jmh'
38
}
39
includeClassNamePattern '.*'
40
gradle/subprojects.gradle
@@ -4,13 +4,13 @@ project(':validating') {
4
5
6
7
-project(':understandingcollections') {
+project(':moreaboutcollections') {
8
dependencies {
9
compile project(':typeinfo')
10
compile project(':collections')
11
12
jmh {
13
- include = 'understandingcollections.jmh.*'
+ include = 'moreaboutcollections.jmh.*'
14
15
16
0 commit comments