Huluvu424242 / plantuml-maven-plugin

A maven plugin to generate UML diagrams using PlantUML syntax
Apache License 2.0
6 stars 7 forks source link

Make plugin compile under java8 #22

Closed maddingo closed 3 years ago

maddingo commented 3 years ago

This activates profile java-8 if compiled with a Java8 JDK. The question then is: Should there be two artifacts being published to Maven Central (one for java8 and one for Java 11+) or should the default plugin be compiled with Java8?