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 e8b968e commit 42e8845Copy full SHA for 42e8845
build.sbt
@@ -58,15 +58,10 @@ lazy val testkitSpotifyShadedImpl =
58
project
59
.in(file("impl/spotify"))
60
.settings(commonSettings: _*)
61
- .settings(name := "docker-testkit-impl-spotify",
+ .settings(name := "docker-testkit-impl-spotify-shaded",
62
libraryDependencies ++=
63
Seq("com.spotify" % "docker-client" % "8.11.5" classifier "shaded",
64
"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
- },
70
target := baseDirectory.value / "target-shaded"
71
)
72
.dependsOn(core)
0 commit comments