Hello, we have a problem when trying to build Liferay Portal from sources.
We followed the tutorial here: Building Liferay Source - Liferay Official Documentation - Liferay Learn
We were able to run the steps until the following command:
ant snapshot-bundle
This command runs but gives following error:
BUILD FAILED
C:\liferayfromsource\liferay-portal\build.xml:984: java.io.FileNotFoundException: https://releases-cdn.liferay.com/portal/snapshot-master/latest/liferay-portal-tomcat-master.7z.sha256
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
It seems that the https://releases-cdn.liferay.com/portal/snapshot-master/latest/liferay-portal-tomcat-master.7z.sha256 or any of its mirrors are not available. Trying to access the URL gives an error Cannot GET /portal/snapshot-master/latest/liferay-portal-tomcat-master.7z.sha256. The folder /latest/ is not available in listing directory /portal/snapshot-master/
Thank you for your time