sbt/launcher-package/integration-test/src/test/scala
Eugene Yokota 89ff2440ef fix: Avoid creating target on sbt -V
**Problem**
sbt -V tries to show both the sbt version and the runner version,
and ends up creating target directory even on a non-sbt directory.

**Solution**
If the current directory doesn't have a build, just display the runner version.
2025-03-16 02:08:33 -04:00
..
InheritInput.scala move to launcher-package/ 2021-04-19 10:45:29 -04:00
PowerAssertions.scala move to launcher-package/ 2021-04-19 10:45:29 -04:00
Process.scala move to launcher-package/ 2021-04-19 10:45:29 -04:00
ProcessImpl.scala move to launcher-package/ 2021-04-19 10:45:29 -04:00
RunnerTest.scala fix: Avoid creating target on sbt -V 2025-03-16 02:08:33 -04:00
ScriptTest.scala Fix VM argument passing by .sbtopts file and JAVA_TOOL_OPTIONS environmental variable (#7393) 2023-10-06 12:31:27 -04:00
SyncVar.scala move to launcher-package/ 2021-04-19 10:45:29 -04:00