Eric D 1 Year Ago - Edited Hello, I try to update my 7.4 GA112 to this new GA120 on my maven workspace and if I have an error when I try to build my workspace. I compare the 3 downloaded dependencies of my workspace between the 2 versions and I see that a dependency is missing : <dependency> <groupId>com.liferay.portal</groupId> <artifactId>release.portal.api</artifactId> <version>7.4.3.120-ga120</version> </dependency> In the file "release.portal.bom.compile.only-7.4.3.120.pom". When I add it, it works ! Is it normal ? I never do this in the previous 7.4 upgrade ! Eric. Please sign in to reply. Reply as... Cancel
Christoph Rabel 1 Year Ago - Edited Hi, The generated workspace is incorrect (or the maven package name) gradle.properties: liferay.workspace.product=dxp-7.4.120-ga120 But according to the maven package it should be: liferay.workspace.product=dxp-7.4.3.120-ga120 (Note: I couldn't authenticate, shouldn't it redirect me to login.liferay.com?) Please sign in to reply. Reply as... Cancel
Iavor Sturm 1 Year Ago - Edited Hello, we have the following error when trying to build: Build failed with one exception. Could not find com.liferay.portal:release.portal.api:. gradle.properties: liferay.workspace.product=portal-7.4-ga120 liferay.workspace.target.platform.version=7.4.3.120 settings.gradle: classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "10.1.3" blade version 7.0.0.202406121824 Do you have any idea where the cause is hidden? Best regards Iavor Please sign in to reply. Reply as... Cancel