legacy-knowledge-base
公開されました Jun. 30, 2025

ワークスペースでの四半期リリース・タグの使用

written-by

Balázs Létai

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

learn-legacy-article-disclaimer-text

問題

  • gradle.propertiesファイルのliferay.workspace.productと liferay.workspace.target.platform.versionのプロパティに四半期ごとのリリースタグを使いたいです。
    liferay.workspace.product=dxp-2024.q1.1
    liferay.workspace.target.platform.version=2024.q1.1

環境

  • Liferay 四半期リリース

解像度

  • ブレードCLIツールを更新するには、blade updateまたはblade update -s(スナップショット・バージョン用)を使用します。
  • ブレードバージョン6以上を使用すると、四半期リリース用のワークスペースを作成できます。
  • blade init --list --all コマンドは、すべてのオプションを一覧表示するために使用できる。

  • あるいは、既存のワークスペースについては、settings.gradleファイルのワークスペースのバージョンを変更して、プラグインのバージョン10以降を使用することもできます。
dependencies {

classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "10.0.3"

}

追加情報

  • https://learn.liferay.com/w/dxp/liferay-development/tooling/blade-cli

did-this-article-resolve-your-issue

legacy-knowledge-base