Hi Christian, > On 5 Jul 2019, at 10:02, Christian Schneider <[email protected]> wrote: > > I have found an issue when build a sling bundle on Java 11. > https://issues.apache.org/jira/browse/SLING-8563 > > It seems that the error is caused by the maven-surefire-plugin we use ( > 2.20.1) in parent not being compatible to Java 11. > I was able to fix the build by using a newer version (2.22.2) in this > bundle. >
Have you tried updating the parent you’re using [0]? Cheers, Radu [0] - https://github.com/apache/sling-parent/blob/sling-parent-reactor-35/sling-parent/pom.xml#L61
