You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/buildTools/src/test/scala/tests/MissingBuildToolSuite.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ class MissingBuildToolSuite extends BaseBuildToolSuite {
6
6
"basic",
7
7
List("index"),
8
8
expectedOutput =
9
-
s"""|error: No build tool detected in workspace '${java.io.File.separator}workingDirectory'. At the moment, the only supported build tools are: Gradle, Maven, sbt, mill.
9
+
s"""|error: No build tool detected in workspace '${java.io.File.separator}workingDirectory'. At the moment, the only supported build tools are: Maven, Gradle, sbt, mill.
10
10
|""".stripMargin,
11
11
workingDirectoryLayout =""
12
12
)
@@ -15,7 +15,7 @@ class MissingBuildToolSuite extends BaseBuildToolSuite {
15
15
"ambiguous",
16
16
List("index"),
17
17
expectedOutput =
18
-
"""|error: Multiple build tools detected: Gradle, Maven. To fix this problem, use the '--build-tool=BUILD_TOOL_NAME' flag to specify which build tool to run.
18
+
"""|error: Multiple build tools detected: Maven, Gradle. To fix this problem, use the '--build-tool=BUILD_TOOL_NAME' flag to specify which build tool to run.
0 commit comments