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/03/03 09:41:19 UTC

[groovy] branch GROOVY_3_0_X updated: Revert "GROOVY-10485: Bump jarjar to 1.8.1 (build dependency)"

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 c3101d4  Revert "GROOVY-10485: Bump jarjar to 1.8.1 (build dependency)"
c3101d4 is described below

commit c3101d4d25652e993e20cfacca9e3eb1afb6df3a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Mar 3 19:40:55 2022 +1000

    Revert "GROOVY-10485: Bump jarjar to 1.8.1 (build dependency)"
    
    This reverts commit 5f46c9309d66a5aac772f9c41a854e1bc8fad77a.
---
 buildSrc/src/main/groovy/org/codehaus/groovy/gradle/JarJarTask.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/codehaus/groovy/gradle/JarJarTask.groovy b/buildSrc/src/main/groovy/org/codehaus/groovy/gradle/JarJarTask.groovy
index 8cf5bb4..df5588f 100644
--- a/buildSrc/src/main/groovy/org/codehaus/groovy/gradle/JarJarTask.groovy
+++ b/buildSrc/src/main/groovy/org/codehaus/groovy/gradle/JarJarTask.groovy
@@ -30,7 +30,7 @@ import org.gradle.api.tasks.TaskAction
 
 @CacheableTask
 class JarJarTask extends DefaultTask {
-    private final static String JARJAR_CLASS_NAME = 'com.eed3si9n.jarjar.JarJarTask'
+    private final static String JARJAR_CLASS_NAME = 'org.pantsbuild.jarjar.JarJarTask'
 
     String description = "Repackages dependencies into a shaded jar"