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/04/22 12:59:44 UTC

[groovy] 02/02: GROOVY-9520: Update Spotbugs/Spotbugs plugin to 4.0.2/4.0.5

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

commit dffbc50b50672caee2a619ad98062d5a6b1ba6e2
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Apr 22 22:59:33 2020 +1000

    GROOVY-9520: Update Spotbugs/Spotbugs plugin to 4.0.2/4.0.5
---
 build.gradle          | 6 +++---
 gradle/quality.gradle | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4e0b819..e04f2d6 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.2'
+    id 'com.github.spotbugs' version '4.0.5'
     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'
@@ -149,8 +149,8 @@ ext {
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.11.1'
     spockVersion = '2.0-groovy-3.0-SNAPSHOT' // supports up to 9.9.99
-    spotbugsVersion = '4.0.1'
-    spotbugsAnnotationsVersion = '4.0.1'
+    spotbugsVersion = '4.0.2'
+    spotbugsAnnotationsVersion = '4.0.2'
     checkstyleVersion = '8.30'
     junit5Version = '5.6.2'
     junit5PlatformVersion = '1.6.2'
diff --git a/gradle/quality.gradle b/gradle/quality.gradle
index 3c5731a..b553f6e 100644
--- a/gradle/quality.gradle
+++ b/gradle/quality.gradle
@@ -152,7 +152,7 @@ allprojects { proj ->
             xml.enabled = false
             html {
                 enabled = true
-                stylesheet = 'fancy-hist.xsl'
+                stylesheet = 'plain.xsl'
             }
         }
     }