Skip to content

ftrautsch/gradle

 
 

Repository files navigation

NOTE: This is a fork of the gradle project, where we added a pull request.

For more information look at the original gradle repository. You can install this forked version of gradle as explained below.

Installing from source

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.

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

/usr/local/gradle-source-build/bin/gradle «some task»

To create a full installation (includes docs):

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

Contributing Documentation

Please see the readme in the docs subproject.

About

Adaptable, fast automation for all

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 48.2%
  • Groovy 45.9%
  • C++ 4.7%
  • JavaScript 0.5%
  • C 0.3%
  • CSS 0.1%
  • Other 0.3%