From e164ab8af010d5aff19401a560d3d4b281fc5e71 Mon Sep 17 00:00:00 2001 From: maibin Date: Sat, 20 Apr 2019 10:44:01 -0700 Subject: [PATCH] Fix the Groovy 2 build (#6772) * Fix the name of the artifact * Add Groovy 2 to build --- core-groovy-2/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core-groovy-2/pom.xml b/core-groovy-2/pom.xml index bbedbf2157..eb82f5d2e3 100644 --- a/core-groovy-2/pom.xml +++ b/core-groovy-2/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - core-groovy + core-groovy-2 1.0-SNAPSHOT core-groovy-2 jar diff --git a/pom.xml b/pom.xml index d588dfaba2..2e31200652 100644 --- a/pom.xml +++ b/pom.xml @@ -376,6 +376,7 @@ cdi checker-plugin core-groovy + core-groovy-2