We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f685b8f commit 56ab7beCopy full SHA for 56ab7be
lib/build.gradle
@@ -105,7 +105,7 @@ tasks.withType(SpotBugsTask) { task ->
105
}
106
html {
107
required = true
108
- outputLocation = file("$project.layout.buildDirectory/reports/spotbugs/spotbugs.html")
+ outputLocation = file("$project.buildDir/reports/spotbugs/spotbugs.html")
109
stylesheet = 'fancy.xsl'
110
111
0 commit comments