richfaces icon indicating copy to clipboard operation
richfaces copied to clipboard

current groovy version/scripts not compatible with java11

Open duttonw opened this issue 6 years ago • 0 comments

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>

duttonw avatar Oct 31 '19 01:10 duttonw