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 e72572b commit 7482062Copy full SHA for 7482062
src/main/scala/com/typesafe/sbt/packager/docker/DockerPlugin.scala
@@ -110,7 +110,7 @@ object DockerPlugin extends AutoPlugin {
110
implicit val conv: FileConverter = conv0
111
val dockerBaseDirectory = (Docker / defaultLinuxInstallLocation).value
112
// Ensure this doesn't break even if the JvmPlugin isn't enabled.
113
- val dependencies = (Runtime / dependencyClasspath).value.map(_.data).toSet
+ val dependencies = (Runtime / externalDependencyClasspath).value.map(_.data).toSet
114
115
val oldFunction = dockerLayerGrouping.value
116
0 commit comments