We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921a6fa commit f503ad3Copy full SHA for f503ad3
project/Build.scala
@@ -857,7 +857,6 @@ object Build {
857
version := "0.1.6-SNAPSHOT",
858
ScriptedPlugin.scriptedSettings,
859
ScriptedPlugin.sbtTestDirectory := baseDirectory.value / "sbt-test",
860
- ScriptedPlugin.scriptedBufferLog := false,
861
ScriptedPlugin.scriptedLaunchOpts += "-Dplugin.version=" + version.value,
862
ScriptedPlugin.scriptedLaunchOpts += "-Dplugin.scalaVersion=" + dottyVersion,
863
// By default scripted tests use $HOME/.ivy2 for the ivy cache. We need to override this value for the CI.
sbt-dotty/sbt-test/sbt-dotty/example-project/test
@@ -1,3 +1,4 @@
1
> run
2
> 'set initialCommands := "1 + 1" '
3
-> console
+# FIXME: does not work on the CI
4
+#> console
0 commit comments