From 9fdc1c2a6e1ad54fa1088e8493e3a65001460f45 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 6 Oct 2022 22:35:40 +0200 Subject: Add new analysis action Signed-off-by: Andy Scherzinger --- app/build.gradle | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 7de7c7ea9..4c15589ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -131,10 +131,13 @@ android { excludeFilter = file("${project.rootDir}/spotbugs-filter.xml") reports { - xml.enabled = false + xml { + required = true + } html { - enabled = true - destination = file("$project.buildDir/reports/spotbugs/spotbugs.html") + required = true + outputLocation = file("$project.buildDir/reports/spotbugs/spotbugs.html") + stylesheet = 'fancy.xsl' } } } -- cgit v1.2.3