mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Fix nonNull check
Fix spotbugs, in different location now Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
1d4bc12bf0
commit
1acda97294
@ -18,7 +18,7 @@ TRAVIS_GIT_USERNAME = String.new("Drone CI server")
|
|||||||
# lintOptions {
|
# lintOptions {
|
||||||
# htmlOutput file("[FILE_NAME].html")
|
# 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.
|
# File name and relative path of previous results of this script.
|
||||||
PREVIOUS_FINDBUGS_RESULTS_FILE=String.new("scripts/analysis/findbugs-results.txt")
|
PREVIOUS_FINDBUGS_RESULTS_FILE=String.new("scripts/analysis/findbugs-results.txt")
|
||||||
|
Loading…
Reference in New Issue
Block a user