Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Resources

To start with - here is a list of resources to obtain more information about Gradle:

* The Gradle User Guide : http://gradle.org/latest/docs/userguide/userguide_single.html
* Gradle DSL Guide : http://gradle.org/latest/docs/dsl/index.html
* The Gradle User Guide : http://gradle.org/docs/current/userguide/userguide_single.html
* Gradle DSL Guide : http://gradle.org/docs/current/dsl/index.html
* Additional Hibernate/Gradle information : http://community.jboss.org/wiki/GradleFAQ

Here is the link of how to set up ~/.m2/settings.xml to use JBoss Nexus repo.
Expand Down Expand Up @@ -44,4 +44,4 @@ Common Java-module tasks
* _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