Update README with new gradle task names

This commit is contained in:
Trask Stalnaker 2015-01-08 11:48:05 -08:00
parent 4283f1ac48
commit 86efb982a7
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ To execute a task in a specific module you can either:
* _testClasses_ - Compiles the test classes
* _jar_ - Generates a jar archive with all the compiled classes
* _test_ - Runs the tests
* _uploadArchives_ - Think Maven deploy
* _install_ - Installs the project jar to your local maven cache (aka ~/.m2/repository)
* _publish_ - Think Maven deploy
* _publishToMavenLocal_ - Installs the project jar to your local maven cache (aka ~/.m2/repository)
* _eclipse_ - Generates an Eclipse project
* _idea_ - Generates an IntelliJ/IDEA project.
* _clean_ - Cleans the build directory