General
For general information on Gradle see http://www.gradle.org/. The Holy Gradle is based on Gradle 1.4. For general information on Artifactory see http://www.jfrog.com/.
|
TO DO
| https://bitbucket.org/nm2501/holy-gradle-plugins/wiki/Home (source back-ref in release) |
Holy Gradle
No public support is available for the Holy Gradle.
If you are reporting a bug please send as much information as possible, including the following.
-
Your
build.gradlescript and any related files (for example,gradle.properties,settings.gradle). -
The debug output from Gradle, by adding
-d -Sand redirecting all output to a log file, like thisgw -d -S other_arguments_here >bug_report.log 2>&1or, if you have the
tee.exeutility, you may prefergw -d -S other_arguments_here 2>&1 | tee bug_report.logThe
2>&1redirects standard error to the same file, so that any error messages and exceptions are also captured.
|
Warning
| These log messages may contain passwords sent to Artifactory. |