Skip to content

Commit 56ab7be

Browse files
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent f685b8f commit 56ab7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tasks.withType(SpotBugsTask) { task ->
105105
}
106106
html {
107107
required = true
108-
outputLocation = file("$project.layout.buildDirectory/reports/spotbugs/spotbugs.html")
108+
outputLocation = file("$project.buildDir/reports/spotbugs/spotbugs.html")
109109
stylesheet = 'fancy.xsl'
110110
}
111111
}

0 commit comments

Comments
 (0)