Skip to content

Commit

Permalink
Merged branch idea243.release into idea243.x
Browse files Browse the repository at this point in the history
  • Loading branch information
builduser committed Nov 29, 2024
2 parents 135e203 + 18a3eea commit 0a6c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt/sbt-impl/resources/messages/SbtBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sbt.settings.remoteDebug.tooltip=Starts the sbt shell as debuggable process. All
use.separate.compiler.output.paths=Use separate compiler output paths
use.separate.compiler.output.paths.tooltip=When enabled, IDEA will use a different class file output directory for compilation than the one used by sbt.<br><br>Requires a project reload.
use.separate.compiler.output.paths.warning=<html>The "Use separate compiler output paths" and "sbt shell use for builds" settings are incompatible. Having both enabled at the same time can lead to missing classes when running programs and tests. Please select only one.</html>
separate.prod.test.modules=Create separate modules for production and test sources
separate.prod.test.modules=Create separate modules for main and test sources

### org/jetbrains/sbt/project/settings/SbtProjectSettingsControl.scala
sbt.settings.project.jdk=Project JDK:
Expand Down

0 comments on commit 0a6c671

Please sign in to comment.