Issue
- Which Liferay version should be used in gradle.properties for DXP version 2024.Q1.1
Environment
- Liferay DXP
Resolution
1. Looking at the release JSON here, the property should be
liferay.workspace.product=dxp-2024.q1.1
2. Similarly, the additional properties should be:
target.platform.version=2024.q1.1
liferay.workspace.docker.image.liferay=liferay/dxp:2024.q1.1-d5.0.59-20240313203939
3. If the above properties do not work, use update112 as an equivalent because 2024.Q1 uses the update 112 code base:
liferay.workspace.product=dxp-7.4-u112
liferay.workspace.target.platform.version=7.4.13.u112
liferay.workspace.docker.image.liferay=liferay/dxp:7.4.13-u112-d5.0.58-20240226135758