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
Previously, the tests assumed that the output from Gradle/Maven went
straight to `System.{out,error}`. Now, the output goes through Moped and
it gets captured for testing purposes.
|error: lsif-java does not support Gradle 6.7 when used together with Java toolchains. To fix this problem, upgrade to Gradle version 6.8 or newer and try again.
109
-
|""".stripMargin,
106
+
expectedError =Some { error =>
107
+
assert(
108
+
clue(error).contains(
109
+
"""error: lsif-java does not support Gradle 6.7 when used together with Java toolchains. To fix this problem, upgrade to Gradle version 6.8 or newer and try again."""
0 commit comments