You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought from my own experience: maven-toolchain usage in this project might be an obstacle to new contribution, since it will requires to configure your toolchains in your settings.xml. This is by the way the first time I encounter the usage of this maven plugin.
You could enforce a minimal java version with the maven-enforcer-plugin instead.
The text was updated successfully, but these errors were encountered:
Just a thought from my own experience: maven-toolchain usage in this project might be an obstacle to new contribution, since it will requires to configure your toolchains in your settings.xml. This is by the way the first time I encounter the usage of this maven plugin.
You could enforce a minimal java version with the
maven-enforcer-plugin
instead.The text was updated successfully, but these errors were encountered: