Skip to content

Commit 42e8845

Browse files
author
Alexander Bessonov
committed
Produce separate artifact for shaded library
1 parent e8b968e commit 42e8845

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.sbt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,10 @@ lazy val testkitSpotifyShadedImpl =
5858
project
5959
.in(file("impl/spotify"))
6060
.settings(commonSettings: _*)
61-
.settings(name := "docker-testkit-impl-spotify",
61+
.settings(name := "docker-testkit-impl-spotify-shaded",
6262
libraryDependencies ++=
6363
Seq("com.spotify" % "docker-client" % "8.11.5" classifier "shaded",
6464
"com.google.code.findbugs" % "jsr305" % "3.0.1"),
65-
artifactClassifier := Some("shaded"),
66-
artifact in makePom := {
67-
val art = (artifact in makePom).value
68-
art.withClassifier(Some("shaded"))
69-
},
7065
target := baseDirectory.value / "target-shaded"
7166
)
7267
.dependsOn(core)

0 commit comments

Comments
 (0)