Skip to content

Commit e164ab8

Browse files
authored
Fix the Groovy 2 build (eugenp#6772)
* Fix the name of the artifact * Add Groovy 2 to build
1 parent ad3a6c4 commit e164ab8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core-groovy-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>core-groovy</artifactId>
5+
<artifactId>core-groovy-2</artifactId>
66
<version>1.0-SNAPSHOT</version>
77
<name>core-groovy-2</name>
88
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376
<module>cdi</module>
377377
<module>checker-plugin</module>
378378
<module>core-groovy</module>
379+
<module>core-groovy-2</module>
379380
<!-- <module>core-java-10</module> --> <!-- We haven't upgraded to java 10. Fixing in BAEL-10841 -->
380381
<!-- <module>core-java-11</module> --> <!-- We haven't upgraded to java 11. Fixing in BAEL-10841 -->
381382
<!-- <module>core-java-12</module> --> <!-- We haven't upgraded to java 12. Fixing in BAEL-10841 -->

0 commit comments

Comments
 (0)