mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
script to run with lint checks enabled -- since I always have to look up how.
This commit is contained in:
parent
a4787d5614
commit
257a15917b
1 changed files with 5 additions and 0 deletions
5
xwords4/android/scripts/build_with_lint.sh
Executable file
5
xwords4/android/scripts/build_with_lint.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# invoke the build process with javac lint features enabled
|
||||
|
||||
ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug
|
Loading…
Reference in a new issue