Remove now unused sbt-shading stuff in script

This commit is contained in:
Alexandre Archambault 2020-09-14 16:24:50 +02:00
parent 2c0c9153f5
commit 4ca3b89bc1
1 changed files with 1 additions and 11 deletions

View File

@ -5,10 +5,6 @@ lmCoursier() {
[ "${PLUGIN:-""}" = "sbt-lm-coursier" ]
}
sbtShading() {
[ "${SBT_SHADING:-""}" = 1 ]
}
runLmCoursierTests() {
if [ "$TEST_GROUP" = 1 ]; then
SCRIPTED_EXTRA="sbt-lm-coursier/*"
@ -41,14 +37,8 @@ runSbtCoursierTests() {
"sbt-coursier/scripted shared-$TEST_GROUP/* $SCRIPTED_EXTRA"
}
runSbtShadingTests() {
./sbt sbt-shading/scripted
}
if sbtShading; then
runSbtShadingTests
elif lmCoursier; then
if lmCoursier; then
runLmCoursierTests
else
runSbtCoursierTests