Fix nonNull check

Fix spotbugs, in different location now

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2021-04-29 09:47:59 +02:00
parent 1d4bc12bf0
commit 1acda97294
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7

View File

@ -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")