Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is required to read and at least partially understand the Gradle official documentation on its Build Environment.


Panel
bgColor#f9faff
borderStylesolid
titleContents

Table of Contents

...

Multiexcerpt
MultiExcerptNamegradle.properties windows example ihmc employee
IHMC Employees:
gradle.properties



Multiexcerpt
MultiExcerptNamegradle.properties windows example
Open Source Only:
gradle.properties



Ubuntu:

Multiexcerpt
MultiExcerptNamegradle.properties ubuntu example ihmc employee
IHMC Employees:
gradle.properties



Multiexcerpt
MultiExcerptNamegradle.properties ubuntu example
Open Source Only:
gradle.properties


Working with Gradle

Running Gradle on the command line

It is extremely handy to be prepared to run Gradle from the command line. This requires a Gradle installation. You should be able to, at the very least run

...

Debugging Gradle builds

First, read Running Gradle on the command line.

The first thing to find out is if Gradle configures without errors. Gradle configuration is invoked with the gradle command without any arguments. Adding --info and --stacktrace can give you necessary debugging information. The --debug option is extremely verbose and it mostly only helpful for plugin developers.

...

Using it, it is sometimes necessary to completely remove Gradle and reinstall in order to upgrade. In some cases, an apt autoremove might even be necessary.

Please remove it and reinstall.

Dependency Troubleshooting

...