From d376e2ad5dbdad9ca85f52c25b4fa2c88992a0cb Mon Sep 17 00:00:00 2001 From: "Nikita.Skvortsov" Date: Thu, 3 Sep 2026 14:11:11 +0200 Subject: [PATCH] [gradle] wording fixed after review IDEA-368252 (cherry picked from commit 3b693ce35928f711e18eba2d38cf2f5277cc97fe) IJPF-CR-35567 GitOrigin-RevId: d070e19cf4d37e0b31c9947b35189fd2b7ae7b21 --- .../settings/resources/messages/GradleCmdBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gradle/settings/resources/messages/GradleCmdBundle.properties b/plugins/gradle/settings/resources/messages/GradleCmdBundle.properties index db411bf2e6a8..b86eac179767 100644 --- a/plugins/gradle/settings/resources/messages/GradleCmdBundle.properties +++ b/plugins/gradle/settings/resources/messages/GradleCmdBundle.properties @@ -8,8 +8,8 @@ gradle.cmd.option.full.stacktrace=Print out the full (very verbose) stacktrace f gradle.cmd.option.stacktrace=Print out the stacktrace for all exceptions. gradle.cmd.option.scan=Creates a build scan. Gradle will emit a warning if the build scan plugin has not been applied. gradle.cmd.option.no.scan=Disables the creation of a build scan. -gradle.cmd.option.develocity.url=Default URL of the Develocity server to publish a Build Scan to. Triggers auto-application of the Develocity plugin if not already applied. -gradle.cmd.option.develocity.plugin.version=Version of the Develocity plugin to auto-apply. Used only if --develocity-url or --scan triggers auto-application of the Develocity plugin. +gradle.cmd.option.develocity.url=The default URL of the Develocity server for publishing Build Scans. Triggers the automatic application of the Develocity plugin if it is not already applied. +gradle.cmd.option.develocity.plugin.version=The version of the Develocity plugin to apply automatically. Used only when --develocity-url or --scan triggers automatic application of the Develocity plugin. gradle.cmd.option.task.graph=Prints the task graph instead of executing tasks. gradle.cmd.option.problems.report=Enables the HTML problems report. gradle.cmd.option.no.problems.report=Disables the HTML problems report.