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
This happens for the boilerplate-only java project ,during fn build.
Step 5/11 : RUN ["mvn", "package", "dependency:copy-dependencies", "-DincludeScope=runtime", "-DskipTests=true", "-Dmdep.prependGroupId=true", "-DoutputDirectory=target", "--fail-never"]
---> Running in 29e9543024d0
Error: Could not find or load main class 127.0.0.0.8|
Caused by: java.lang.ClassNotFoundException: 127.0.0.0.8|
Any idea why it mistakes 127.0.0.8 as a class name? Anything to do with the proxy?
Thanks
The text was updated successfully, but these errors were encountered:
This happens for the boilerplate-only java project ,during fn build.
Any idea why it mistakes 127.0.0.8 as a class name? Anything to do with the proxy?
Thanks
The text was updated successfully, but these errors were encountered: