simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
141 stars 69 forks source link

Update to Java 11 #67

Closed mosabua closed 2 years ago

mosabua commented 2 years ago

Fixes #63

mosabua commented 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

cstamas commented 2 years ago

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