Legacy Knowledge Base
Published 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

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

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