Beckhoff / AdsToJava

This library is intended for use in ADS client applications written in the Java programming language.
MIT License
8 stars 2 forks source link

AdsToJava Maven version mismatch #4

Closed robertsonj3 closed 9 months ago

robertsonj3 commented 10 months ago

When building the AdsToJava library, the latest version of Maven is not compatible with the POM file. Recommend updating the POM file to reference Maven version 1.8 and place a note in the build procedure stating the required Maven version for the library.

vossjannik commented 9 months ago

Hi @robertsonj3,

thank you for your feedback. You are correct, Maven 3.9+ requires JDK 8 or above to execute.

Your issue should be resolved by 9b970de1c36df58a7a5da3864b5f0a068fbdf760

Best Regards, Jannik Voss