-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
Some Gradle builds will fail "on purpose", which should not stop the entire build process.
For example, Androids :connectedCheck or :lint will return an error code when an error is detected. In Jenkins, we would like to continue the build and publish results later on.
The Gradle plugin could add a checkbox "Ignore Gradle error code" to support this.
- links to
I have created a pull request for this feature, pull #24