This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 834bb7c GROOVY-9467: Bump Gradle Spotbugs plugin to 4.0.2 (use a
different stylesheet - at least until stylesheet bug is fixed)
834bb7c is described below
commit 834bb7cff9b8652ace17ad7a20bdcc27e1a0af28
Author: Paul King <[email protected]>
AuthorDate: Tue Mar 17 16:12:16 2020 +1000
GROOVY-9467: Bump Gradle Spotbugs plugin to 4.0.2 (use a different
stylesheet - at least until stylesheet bug is fixed)
---
gradle/quality.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index dae267f..8611995 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -149,7 +149,10 @@ allprojects { proj ->
maxHeapSize = '2g'
reports {
xml.enabled = false
- html.enabled = true
+ html {
+ enabled = true
+ stylesheet = 'fancy-hist.xsl'
+ }
}
}
}