Facing issues in setting 'liferay.workspace.product' property for Liferay Workspace
knowledge-article-header-disclaimer-how-to
knowledge-article-header-disclaimer
legacy-article
learn-legacy-article-disclaimer-text
Issue
-
Upgrading the portal from Liferay DXP 7.4 Update 67 to Liferay DXP Quarterly Release 2024.Q1.9 and trying to set 'liferay.workspace.product = dxp-2024.q1.9' in the gradle.properties however, it is not working.
Resolution
- Try setting 'dxp-7.4-u112' for liferay.workspace.product in your gradle.properties file as below:
liferay.workspace.product=dxp-7.4-u112
- After adding this property to gradle.properties, you need to do gradle refresh.
did-this-article-resolve-your-issue