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
If one passes multiple Java versions to actions/setup-java's java-version property, then ~/.m2/toolchains.xml is configured to reference all these versions. However, when s4u/setup-maven-action is used, only the Java version listed first is added to the Maven Toolchains configuration.
To observe the issue, consider this change and observe the result of cat ~/.m2/toolchains.xmlbefore and after the change.
The text was updated successfully, but these errors were encountered:
If one passes multiple Java versions to
actions/setup-java
'sjava-version
property, then~/.m2/toolchains.xml
is configured to reference all these versions. However, whens4u/setup-maven-action
is used, only the Java version listed first is added to the Maven Toolchains configuration.To observe the issue, consider this change and observe the result of
cat ~/.m2/toolchains.xml
before and after the change.The text was updated successfully, but these errors were encountered: