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 2022/11/16 06:59:14 UTC

[groovy] branch GROOVY_4_0_X updated: Revert "Bump com.github.jk1.dependency-license-report from 1.3 to 2.1"

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

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


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new efb5a61b15 Revert "Bump com.github.jk1.dependency-license-report from 1.3 to 2.1"
efb5a61b15 is described below

commit efb5a61b154a9ff160b0deb9f4c9dd40faa6d17c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Nov 16 16:58:52 2022 +1000

    Revert "Bump com.github.jk1.dependency-license-report from 1.3 to 2.1"
    
    This reverts commit 2f45e732cb64edab5b978eb43eeb39e00fe796b4.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 59401db647..79872e2571 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ plugins {
     id 'me.champeau.buildscan-recipes' version '0.2.3'
     id 'com.github.ben-manes.versions' version '0.44.0'
     id 'com.github.blindpirate.osgi' version '0.0.6'
-    id "com.github.jk1.dependency-license-report" version "2.1"
+    id "com.github.jk1.dependency-license-report" version "1.3"
     id 'org.sonarqube' version '3.5.0.2730'
     id 'org.apache.groovy-core'
     id 'java-test-fixtures'