add gplay to lint command

This commit is contained in:
tobiasKaminsky 2018-03-07 09:58:06 +01:00
parent 87dbf7497c
commit d17b75cedb
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -56,7 +56,7 @@ end
# run Lint
puts "running Lint..."
system './gradlew clean lint'
system './gradlew clean assembleGplay lint'
# confirm that Lint ran w/out error
result = $?.to_i