Using quarterly release tags in my workspace

Issue

  • I would like to use the quarterly release tags for liferay.workspace.product and liferay.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 OR blade 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

 

 

 

Este artigo foi útil?
Utilizadores que acharam útil: 0 de 0