Last active
December 29, 2018 15:56
-
-
Save zdavatz/f52e21e3daaa6c23a731f094d500c8a0 to your computer and use it in GitHub Desktop.
make -B amiko - 29.12.2018 - commit b74d646154c9e954359cb386f9c18aa229d67b8b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using this commit: b74d646154c9e954359cb3