mooltiverse / nyx

The one stop semantic release tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrectly declared Java compatibility for version 3.x

piotrminkina opened this issue · comments

Hello,

I noticed that you are using the target compatibility for Java 11, but you are also using dependencies for higher Java compatibility (in this case Java 17). I've read that in version 3.0.0 support for Java versions older than 17 was dropped, but there was a missing configuration.

targetCompatibility = JavaVersion.VERSION_11

Regards
Piotr Minkina

Thanks @piotrminkina , I forgot to change that, I'll fix it soon