浏览代码

add gplay to lint command

tobiasKaminsky 7 年之前
父节点
当前提交
d17b75cedb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/lint/lint-up.rb

+ 1 - 1
scripts/lint/lint-up.rb

@@ -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