legacy-knowledge-base
公開されました Jun. 30, 2025

Which Liferay version should be used in gradle.properties for the 2024.Q1.1 version?

written-by

Rishabh Agrawal

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

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

Additional Information

did-this-article-resolve-your-issue

legacy-knowledge-base