Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created October 18, 2015 16:44
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 rafaeltoledo/5152629be9a219f7f10a to your computer and use it in GitHub Desktop.
Save rafaeltoledo/5152629be9a219f7f10a to your computer and use it in GitHub Desktop.
Executing external task ‘checkstyle’…
Parallel execution is an incubating feature.
[ant:checkstyle] [...]MyActivity.java:9:10: ‘<’ é seguido de espaço em branco.
[ant:checkstyle] [...]MyActivity.java:9:17: ‘>’ é precedido por espaço em branco.
:app:checkstyle FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ‘:app:checkstyle’.
> Checkstyle rule violations were found. See the report at: file:///[...]/app/build/reports/checkstyle/checkstyle.xml
* Try:
Run with — stacktrace option to get the stack trace. Run with — info or — debug option to get more log output.
BUILD FAILED
Total time: 1.803 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment