Issue
- I would like to use the quarterly release tags for
liferay.workspace.product
andliferay.workspace.target.platform.version
properties in the gradle.properties file.
e.g.liferay.workspace.product=dxp-2024.q1.1
liferay.workspace.target.platform.version=2024.q1.1
Environment
- Liferay Quartely releases
Resolution
- You can update your blade CLI tool with
blade update
ORblade update -s
(for snapshot version) - When you use blade version 6+ you will be able to create workspace for quarterly releases
-
blade init --list --all command can be used to list all the options.
- Alternatively, for existing workspaces, you can change the workspace version in the settings.gradle file to use plugin version 10 or later.
dependencies {
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "10.0.3"
}
Additional Information
- https://learn.liferay.com/w/dxp/liferay-development/tooling/blade-cli
Conteúdo Excluesivo para Assinantes
Uma Subscrição do Liferay Enterprise fornece acesso a mais de 1.500 artigos que incluem práticas recomendadas, solução de problemas e outras soluções valiosas. Faça login para obter acesso completo.
Entrar