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 2019/12/05 10:36:57 UTC

[groovy] branch GROOVY_2_5_X updated: workaround for gradle plugin bug

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new d3ea4f8  workaround for gradle plugin bug
d3ea4f8 is described below

commit d3ea4f80c57e37d060a26f4d6019c88cba5509d5
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Dec 4 13:18:25 2019 +1000

    workaround for gradle plugin bug
---
 gradle/pomconfigurer.gradle | 43 +++++++++++++++++++++++++------------------
 1 file changed, 25 insertions(+), 18 deletions(-)

diff --git a/gradle/pomconfigurer.gradle b/gradle/pomconfigurer.gradle
index a387845..a1853d0 100644
--- a/gradle/pomconfigurer.gradle
+++ b/gradle/pomconfigurer.gradle
@@ -39,7 +39,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             developer {
                 id 'glaforge'
                 name 'Guillaume Laforge'
-                organization 'SpringSource'
+                organization = 'Google'
                 roles {
                     role 'Despot'
                     role 'Developer'
@@ -49,7 +49,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'bob'
                 name 'bob mcwhirter'
                 email 'bob@werken.com'
-                organization 'The Werken Company'
+                organization = 'The Werken Company'
                 roles {
                     role 'Founder'
                 }
@@ -58,7 +58,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'jstrachan'
                 name 'James Strachan'
                 email 'james@coredevelopers.com'
-                organization 'Core Developers Network'
+                organization = 'Core Developers Network'
                 roles {
                     role 'Founder'
                 }
@@ -66,7 +66,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             developer {
                 id 'joe'
                 name 'Joe Walnes'
-                organization 'ThoughtWorks'
+                organization = 'ThoughtWorks'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -74,7 +74,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             developer {
                 id 'skizz'
                 name 'Chris Stevenson'
-                organization 'ThoughtWorks'
+                organization = 'ThoughtWorks'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -82,7 +82,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             developer {
                 id 'jamiemc'
                 name 'Jamie McCrindle'
-                organization 'Three'
+                organization = 'Three'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -90,7 +90,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             developer {
                 id 'mattf'
                 name 'Matt Foemmel'
-                organization 'ThoughtWorks'
+                organization = 'ThoughtWorks'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -142,7 +142,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'jwilson'
                 name 'John Wilson'
                 email 'tug@wilson.co.uk'
-                organization 'The Wilson Partnership'
+                organization = 'The Wilson Partnership'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -159,7 +159,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'ckl'
                 name 'Christiaan ten Klooster'
                 email 'ckl@dacelo.nl'
-                organization 'Dacelo WebDevelopment'
+                organization = 'Dacelo WebDevelopment'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -168,7 +168,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'goetze'
                 name 'Steve Goetze'
                 email 'goetze@dovetail.com'
-                organization 'Dovetailed Technologies, LLC'
+                organization = 'Dovetailed Technologies, LLC'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -177,7 +177,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'bran'
                 name 'Bing Ran'
                 email 'b55r@sina.com'
-                organization 'Leadingcare'
+                organization = 'Leadingcare'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -186,7 +186,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'jez'
                 name 'Jeremy Rayner'
                 email 'jeremy.rayner@gmail.com'
-                organization 'javanicus'
+                organization = 'javanicus'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -212,7 +212,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'russel'
                 name 'Russel Winder'
                 email 'russel@winder.org.uk'
-                organization 'Concertant LLP & It\'z Interactive Ltd'
+                organization = 'Concertant LLP & It\'z Interactive Ltd'
                 roles {
                     role 'Developer'
                     role 'Founder of Gant'
@@ -230,7 +230,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'cstein'
                 name 'Christian Stein'
                 email 'sormuras@gmx.de'
-                organization 'CTSR.de'
+                organization = 'CTSR.de'
                 roles {
                     role 'Developer Emeritus'
                 }
@@ -238,8 +238,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
             developer {
                 id 'mittie'
                 name 'Dierk Koenig'
-                email 'dierk.koenig@canoo.com'
-                organization 'Canoo Engineering AG'
+                organization = 'Karakun AG'
                 roles {
                     role 'Developer'
                 }
@@ -248,7 +247,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'paulk'
                 name 'Paul King'
                 email 'paulk@asert.com.au'
-                organization 'OCI, Australia'
+                organization = 'OCI, Australia'
                 roles {
                     role 'Project Manager'
                     role 'Developer'
@@ -312,7 +311,7 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                 id 'jimwhite'
                 name 'Jim White'
                 email 'jim@pagesmiths.com'
-                organization 'IFCX.org'
+                organization = 'IFCX.org'
                 roles {
                     role 'Developer'
                 }
@@ -379,6 +378,14 @@ project.ext.pomConfigureClosureWithoutTweaks = {
                     role 'Developer'
                 }
             }
+            developer {
+                id 'emilles'
+                name 'Eric Milles'
+                organization = 'Thomson Reuters'
+                roles {
+                    role 'Developer'
+                }
+            }
         }
         contributors {
             contributor {