Hi, thanks for the great example on multi-release jars!
This PR targets the following:
I simplified the compat method. Just let me know if this change is appropriate for your target audience. Some may feel uncomfortable when using a lambda+regex over the good old method+imperative statements.
Additionally I renamed the variable version to jdkVersion because a typical Java project might have already defined version in a different context (Maven artifact coordinates).
Hi, thanks for the great example on multi-release jars!
This PR targets the following:
version
tojdkVersion
because a typical Java project might have already definedversion
in a different context (Maven artifact coordinates).