We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e36e1d commit 2ec4d63Copy full SHA for 2ec4d63
scripts/analysis/analysis-wrapper.sh
@@ -18,7 +18,10 @@ ruby scripts/analysis/lint-up.rb
18
lintValue=$?
19
20
curl "https://www.kaminsky.me/nc-dev/$repository-findbugs/$stableBranch.xml" -o "/tmp/$stableBranch.xml"
21
+
22
+echo "Before spotbugs"
23
ruby scripts/analysis/spotbugs-up.rb "$stableBranch"
24
+echo "After spotbugs"
25
spotbugsValue=$?
26
27
# exit codes:
scripts/analysis/lint-up.rb
@@ -61,7 +61,7 @@
61
62
# run Lint
63
puts "running Lint..."
64
-system './gradlew clean lintGplayDebug 1>/dev/null'
+system './gradlew --no-daemon --no-configuration-cache clean lintGplayDebug 1>/dev/null'
65
66
# confirm that Lint ran w/out error
67
result = $?.to_i
0 commit comments