Closed mosabua closed 2 years ago
I think thats all there is .. the maven compiler plugin release flag config is not there since I am using the takari lifecycle. Do I need to configure something there @cstamas that I am missing
It already also builds fine with 17 as you can see from the matrix build setup in master
Takari lifecycle DO support release
compiler flag as well, please use that instead:
https://github.com/takari/takari-lifecycle/blob/master/takari-lifecycle-plugin/src/main/java/io/takari/maven/plugins/compile/AbstractCompileMojo.java#L105-L110
Fixes #63