We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32d5b0 commit 27e2ce0Copy full SHA for 27e2ce0
README.md
@@ -143,7 +143,7 @@ snappy-java uses sbt (simple build tool for Scala) as a build tool. Here is a si
143
144
$ ./sbt # enter sbt console
145
> ~test # run tests upon source code change
146
- > ~test-only * # run tests that matches a given name pattern
+ > ~testOnly # run tests that matches a given name pattern
147
> publishM2 # publish jar to $HOME/.m2/repository
148
> package # create jar file
149
> findbugs # Produce findbugs report in target/findbugs
0 commit comments