Closed bhamail closed 5 years ago
Hi Dan,
I was having problems getting groovy to compile on Java 11 when I added the tag.
I'll try it again without the tag to check it's not required.
Thanks,
Peter.
I have confirmed the tag isn't required.
Thanks Dan.
I was debugging a CI build failure, and I think the cause is the use of a new compiler tag that is only valid in maven version >= v3.6. Do we want/need that requirement now?
Assuming not, I removed the tag so older maven versions will still work.
(My CI build using an older maven version succeeded, so I'm pretty sure this PR fixes the issue). Please ignore the unrelated commit comment below - side effect of merging upstream.