...
It is required to read and at least partially understand the Gradle official documentation on its Build Environment.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Multiexcerpt | ||
---|---|---|
| ||
IHMC Employees: |
Multiexcerpt | ||
---|---|---|
| ||
Open Source Only: |
Ubuntu:
Multiexcerpt | ||
---|---|---|
| ||
IHMC Employees: |
Multiexcerpt | ||
---|---|---|
| ||
Open Source Only: |
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
...