Skip to content

Instantly share code, notes, and snippets.

@zdavatz
Last active December 29, 2018 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdavatz/f52e21e3daaa6c23a731f094d500c8a0 to your computer and use it in GitHub Desktop.
Save zdavatz/f52e21e3daaa6c23a731f094d500c8a0 to your computer and use it in GitHub Desktop.
make -B amiko - 29.12.2018 - commit b74d646154c9e954359cb386f9c18aa229d67b8b
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':lintVitalAmikoRelease'.
> Lint found fatal errors while assembling a release target.
To proceed, either fix the issues identified by lint, or modify your build script as follows:
...
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
...
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 40s
47 actionable tasks: 23 executed, 24 up-to-date
make: *** [Makefile:4: amiko] Fehler 1
@zdavatz
Copy link
Author

zdavatz commented Dec 29, 2018

I am using this commit: b74d646154c9e954359cb3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment