LK-Test-Solutions / OpenTDK

The open tool development kit provides java libraries for efficient implementation of data processing tools. Primarily the libraries have been build to close gaps within the process of test automation, but they can be helpful for implementing any application that needs to collect data from different sources, transform the data and generate output in different formats (textual, graphical etc.).
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Java 8 and 17 deployment out of the same project #39

Open SoccerFive18 opened 1 year ago

SoccerFive18 commented 1 year ago

Use same project to deploy different java artifacts

SoccerFive18 commented 1 year ago

As descibed here https://maven.apache.org/plugins/maven-compiler-plugin/examples/module-info.html the module-info has to be excluded from the build and the compiler source and target has to be set to 1.8 in the pom.xml