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 d155813 commit f26cec7Copy full SHA for f26cec7
e2e.sh
@@ -5,7 +5,7 @@ if [[ "$SCALA_VERSION" != "2_12" ]]; then
5
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION};
6
fi
7
8
-echo sbt clean \
+sbt clean \
9
e2eJVM$SCALA_VERSION/test \
10
e2eGrpcJVM$SCALA_VERSION/test \
11
e2eJS${SCALA_VERSION}/test \
0 commit comments