* Fix typo

* Fix spacing with comment
This commit is contained in:
aidanchiu1112 2023-06-06 11:58:45 -07:00 committed by GitHub
parent f32d5b0d7c
commit 27e2ce0fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ snappy-java uses sbt (simple build tool for Scala) as a build tool. Here is a si
$ ./sbt # enter sbt console $ ./sbt # enter sbt console
> ~test # run tests upon source code change > ~test # run tests upon source code change
> ~test-only * # run tests that matches a given name pattern > ~testOnly # run tests that matches a given name pattern
> publishM2 # publish jar to $HOME/.m2/repository > publishM2 # publish jar to $HOME/.m2/repository
> package # create jar file > package # create jar file
> findbugs # Produce findbugs report in target/findbugs > findbugs # Produce findbugs report in target/findbugs