Skip to content

Commit 2ec4d63

Browse files
committed
no daemon
1 parent 0e36e1d commit 2ec4d63

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/analysis/analysis-wrapper.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ ruby scripts/analysis/lint-up.rb
1818
lintValue=$?
1919

2020
curl "https://www.kaminsky.me/nc-dev/$repository-findbugs/$stableBranch.xml" -o "/tmp/$stableBranch.xml"
21+
22+
echo "Before spotbugs"
2123
ruby scripts/analysis/spotbugs-up.rb "$stableBranch"
24+
echo "After spotbugs"
2225
spotbugsValue=$?
2326

2427
# exit codes:

scripts/analysis/lint-up.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# run Lint
6363
puts "running Lint..."
64-
system './gradlew clean lintGplayDebug 1>/dev/null'
64+
system './gradlew --no-daemon --no-configuration-cache clean lintGplayDebug 1>/dev/null'
6565

6666
# confirm that Lint ran w/out error
6767
result = $?.to_i

0 commit comments

Comments
 (0)