albfernandez / richfaces

RichFaces - JSF component framework
GNU Lesser General Public License v2.1
16 stars 7 forks source link

current groovy version/scripts not compatible with java11 #35

Open duttonw opened 4 years ago

duttonw commented 4 years ago

need to upgrade groovy scripts (also in richfaces-cdk repo) from 1.5 to 2.x compatibility

and update plugin from

<groupId>org.codehaus.groovy.maven</groupId>
<artifactId>gmaven-plugin</artifactId>

to

<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>