mirror of https://github.com/sbt/sbt.git
commit
d02fc470da
|
|
@ -39,6 +39,7 @@ lazy val `lm-coursier-shaded` = project
|
|||
.enablePlugins(ShadingPlugin)
|
||||
.settings(
|
||||
shared,
|
||||
Mima.settings,
|
||||
unmanagedSourceDirectories.in(Compile) := unmanagedSourceDirectories.in(Compile).in(`lm-coursier`).value,
|
||||
shading,
|
||||
shadingNamespace := "lmcoursier.internal.shaded",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=1.2.3
|
||||
sbt.version=1.2.8
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ sbtShading() {
|
|||
runLmCoursierTests() {
|
||||
# publishing locally to ensure shading runs fine
|
||||
./metadata/scripts/with-test-repo.sh sbt \
|
||||
++$TRAVIS_SCALA_VERSION \
|
||||
++$TRAVIS_SCALA_VERSION! \
|
||||
mimaReportBinaryIssues \
|
||||
lm-coursier-shaded/publishLocal \
|
||||
lm-coursier/test \
|
||||
"sbt-lm-coursier/scripted shared-$TEST_GROUP/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue