From 1acda9729455f3b1c64ef788d5c1bb23d6524dba Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 29 Apr 2021 09:47:59 +0200 Subject: [PATCH] Fix nonNull check Fix spotbugs, in different location now Signed-off-by: tobiasKaminsky --- scripts/analysis/findbugs-up.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analysis/findbugs-up.rb b/scripts/analysis/findbugs-up.rb index a84b15e1d..859716d4d 100755 --- a/scripts/analysis/findbugs-up.rb +++ b/scripts/analysis/findbugs-up.rb @@ -18,7 +18,7 @@ TRAVIS_GIT_USERNAME = String.new("Drone CI server") # lintOptions { # htmlOutput file("[FILE_NAME].html") # } -FINDBUGS_REPORT_FILE = String.new("build/reports/spotbugs/spotbugs.html") +FINDBUGS_REPORT_FILE = String.new("app/build/reports/spotbugs/spotbugs.html") # File name and relative path of previous results of this script. PREVIOUS_FINDBUGS_RESULTS_FILE=String.new("scripts/analysis/findbugs-results.txt")