Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
[FIXED JENKINS-14857] Support the 'lint' goal used by the Android Mav…
Browse files Browse the repository at this point in the history
…en Plugin.

Android Maven Plugin 3.5.1 or newer is required for Lint support.
  • Loading branch information
orrc committed Feb 25, 2013
1 parent 776a67a commit 16db36f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -91,8 +91,7 @@ public String getPattern() {

@Override
protected boolean acceptGoal(final String goal) {
return "android-lint".equals(goal) || "site".equals(goal) || "report".equals(goal)
|| "check".equals(goal);
return "lint".equals(goal);
}

@Override
Expand Down

0 comments on commit 16db36f

Please sign in to comment.