[gradle] wording fixed after review IDEA-368252

(cherry picked from commit 3b693ce35928f711e18eba2d38cf2f5277cc97fe)

IJPF-CR-35567

GitOrigin-RevId: d070e19cf4d37e0b31c9947b35189fd2b7ae7b21
This commit is contained in:
Nikita.Skvortsov
2026-09-08 11:27:59 +00:00
committed by intellij-monorepo-bot
parent 57933ab7d4
commit d376e2ad5d
@@ -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.