From f980834d139def3c3fc911386b7df4fbf9b1c4bd Mon Sep 17 00:00:00 2001 From: Louis Vignier Date: Tue, 26 Mar 2024 15:40:28 +0100 Subject: [PATCH] [compiler] Make the clear output directory warning look like standard comments The warning is now just under the concerned checkbox. Because the option is enabled by default, the warning can be a bit less dramatic. IJ-CR-129800 GitOrigin-RevId: 8790d521527e9351f4f438bbbdafcdf79eb9452c --- .../openapi/resources/messages/JavaCompilerBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties index 310c581fc06b..f5ed15cf773b 100644 --- a/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties +++ b/java/compiler/openapi/resources/messages/JavaCompilerBundle.properties @@ -141,7 +141,7 @@ settings.user.local.build.process.vm.options=User-local VM options: settings.user.local.build.process.vm.options.comment=Overrides Shared options settings.auto.build.only.works.while.not.running=Only works while not running / debugging settings.parallel.module.compile.may.require.larger.heap.size=May require a larger heap size -settings.warning=WARNING!
If enabled, the entire contents of directories where generated sources are stored
WILL BE CLEARED on rebuild.
+settings.warning=Warning: if enabled, the entire contents of directories where generated sources are stored will be cleared on rebuild. settings.use.release.option.for.cross.compilation=Use '--release' option for cross-compilation (Java 9 and later) settings.project.bytecode.version=Project bytecode version: settings.per.module.bytecode.version=Per-module bytecode version: