This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 5dcc0d2  GROOVY-9540: Bump spotbugs plugin to 4.0.8
5dcc0d2 is described below

commit 5dcc0d2d9d04e82649720c310349a97b524f32a8
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue May 5 09:48:37 2020 +1000

    GROOVY-9540: Bump spotbugs plugin to 4.0.8
---
 build.gradle          | 2 +-
 gradle/quality.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 15983c6..f387e6c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ buildscript {
 
 plugins {
     id 'me.champeau.buildscan-recipes' version '0.2.3'
-    id 'com.github.spotbugs' version '4.0.5'
+    id 'com.github.spotbugs' version '4.0.8'
     id 'com.github.ben-manes.versions' version '0.28.0'
     id 'com.github.blindpirate.osgi' version '0.0.3'
     id 'org.sonarqube' version '2.8'
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index d13952b..eebe168 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -152,7 +152,7 @@ allprojects { proj ->
             xml.enabled = false
             html {
                 enabled = true
-                stylesheet = 'plain.xsl'
+                stylesheet = 'fancy.xsl'
             }
         }
     }

Reply via email to