mirror of https://github.com/sbt/sbt.git
Remove now unused sbt-shading stuff in script
This commit is contained in:
parent
2c0c9153f5
commit
4ca3b89bc1
|
|
@ -5,10 +5,6 @@ lmCoursier() {
|
||||||
[ "${PLUGIN:-""}" = "sbt-lm-coursier" ]
|
[ "${PLUGIN:-""}" = "sbt-lm-coursier" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
sbtShading() {
|
|
||||||
[ "${SBT_SHADING:-""}" = 1 ]
|
|
||||||
}
|
|
||||||
|
|
||||||
runLmCoursierTests() {
|
runLmCoursierTests() {
|
||||||
if [ "$TEST_GROUP" = 1 ]; then
|
if [ "$TEST_GROUP" = 1 ]; then
|
||||||
SCRIPTED_EXTRA="sbt-lm-coursier/*"
|
SCRIPTED_EXTRA="sbt-lm-coursier/*"
|
||||||
|
|
@ -41,14 +37,8 @@ runSbtCoursierTests() {
|
||||||
"sbt-coursier/scripted shared-$TEST_GROUP/* $SCRIPTED_EXTRA"
|
"sbt-coursier/scripted shared-$TEST_GROUP/* $SCRIPTED_EXTRA"
|
||||||
}
|
}
|
||||||
|
|
||||||
runSbtShadingTests() {
|
|
||||||
./sbt sbt-shading/scripted
|
|
||||||
}
|
|
||||||
|
|
||||||
|
if lmCoursier; then
|
||||||
if sbtShading; then
|
|
||||||
runSbtShadingTests
|
|
||||||
elif lmCoursier; then
|
|
||||||
runLmCoursierTests
|
runLmCoursierTests
|
||||||
else
|
else
|
||||||
runSbtCoursierTests
|
runSbtCoursierTests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue