Make spotbugs more chatty console output wise

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-01 14:21:42 +01:00
parent 3c80197908
commit 504653b7da
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -15,7 +15,7 @@ require 'open3'
# run Spotbugs
puts "running Spotbugs..."
system './gradlew spotbugsGplayDebug 1>/dev/null 2>&1'
system './gradlew spotbugsGplayDebug'
# find number of warnings
current_warning_count = `./scripts/analysis/spotbugsSummary.py --total`.to_i