Skip to content

Commit

Permalink
Triggering a build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbk committed Sep 10, 2015
1 parent f575c55 commit c6c00cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To create an install from the source tree you can run either of the following:

./gradlew install -Pgradle_installPath=/usr/local/gradle-source-build

This will create a minimal installation; just what's needed to run Gradle (i.e. no docs). Note that the `-Pgradle_installPath` denotes where to install to.
This will create a minimal installation; just what's needed to run Gradle (i.e. no docs). Note that the `-Pgradle_installPath` denotes where to install to.

You can then build a Gradle based project with this installation:

Expand Down Expand Up @@ -94,8 +94,6 @@ This command generates Eclipse metadata that allows importing the project into E

#### Gradle for Eclipse (by Nodeclipse/Enide)

With [Gradle(Enide) Eclipse plugin](http://marketplace.eclipse.org/content/gradle), you can import as general plugin or prepare before with `./gradlew eclipse`.
With [Gradle(Enide) Eclipse plugin](http://marketplace.eclipse.org/content/gradle), you can import as general plugin or prepare before with `./gradlew eclipse`.

Build is run via right-click on `build.gradle` <kbd>Run As -> gradle build Gradle Build</kbd>


0 comments on commit c6c00cc

Please sign in to comment.