You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/05/04 23:49:17 UTC

[groovy] branch master updated: GROOVY-9540: Bump spotbugs plugin to 4.0.8

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 c6d3138  GROOVY-9540: Bump spotbugs plugin to 4.0.8
c6d3138 is described below

commit c6d31383ed1a9131c05208523ab2bd6cb3805f6d
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 613d19e..b5b3839 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 b553f6e..fa7b9a9 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'
             }
         }
     }