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
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