We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1dcd1 commit 84b2e63Copy full SHA for 84b2e63
.travis.yml
@@ -4,4 +4,4 @@ jdk:
4
install: true
5
script:
6
- ./gradlew --parallel --stacktrace run
7
- - ./gradlew --parallel --stacktrace :understandingcollections:jmh
+ - ./gradlew --parallel --stacktrace :verifying:jmh
appveyor.yml
@@ -1,5 +1,5 @@
1
build_script:
2
- gradlew.bat --parallel --stacktrace run
3
- - gradlew.bat --parallel --stacktrace :understandingcollections:jmh
+ - gradlew.bat --parallel --stacktrace :verifying:jmh
test: off
0 commit comments