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
Forms users usually copy the changes from the newly created archetype into their existing project. On such instances if they copy the changes for requriedVersion = 11 and do not copy the .cloudmanager directory then the build in Cloud Service fails with below error
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Maven must be executed with a Java 11 JRE or higher.
Expected Behaviour
Should specify in the README that post release 48, the cloud service only supports Java 11 and in case they face any issue then they should update the .cloudmanager directory.
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered:
Forms users usually copy the changes from the newly created archetype into their existing project. On such instances if they copy the changes for requriedVersion = 11 and do not copy the .cloudmanager directory then the build in Cloud Service fails with below error
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Maven must be executed with a Java 11 JRE or higher.
Expected Behaviour
Should specify in the README that post release 48, the cloud service only supports Java 11 and in case they face any issue then they should update the .cloudmanager directory.
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: