Skip to content

Commit

Permalink
Fixing a typo and missing blank line in root README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Dec 12, 2013
1 parent 4627f7f commit be272b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -59,7 +59,7 @@ To execute a task in a specific module you can either:
### Common Java related tasks

* _build_ - Assembles (jars) and tests this project
* _buildDependents_ - Assembles and tests this project and all projects that depend on it. So think of running this in hibernnate-entitymanager, Gradle would assemble and test hibernate-entitymanager as well as hibernate-envers (because envers depends on entitymanager)
* _buildDependents_ - Assembles and tests this project and all projects that depend on it. So think of running this in hibernate-entitymanager, Gradle would assemble and test hibernate-entitymanager as well as hibernate-envers (because envers depends on entitymanager)
* _classes_ - Compiles the main classes
* _testClasses_ - Compiles the test classes
* _jar_ - Generates a jar archive with all the compiled classes
Expand All @@ -68,4 +68,5 @@ To execute a task in a specific module you can either:
* _install_ - 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
* _clean_ - Cleans the build directory

0 comments on commit be272b6

Please sign in to comment.