Closed kubukoz closed 4 years ago
Note: the same happens if the plugin is added directly to the project. Also, I'm getting some binary compat warnings from sbt:
[warn] * io.circe:circe-parser_2.12:0.9.3 is selected over 0.8.0
[warn] +- ch.epfl.scala:bloop-config_2.12:1.0.0-M11 (depends on 0.9.3)
[warn] +- pl.otrebski:sbt-flaky:0.14 (scalaVersion=2.12, sbtVersion=1.0) (depends on 0.8.0)
[warn] * org.spire-math:jawn-parser_2.12:0.11.1 is selected over 0.10.4
[warn] * io.circe:circe-core_2.12:0.9.3 is selected over 0.8.0
[warn] +- io.circe:circe-derivation_2.12:0.9.0-M3 () (depends on 0.9.3)
[warn] +- io.circe:circe-jawn_2.12:0.9.3 () (depends on 0.9.3)
[warn] +- io.circe:circe-parser_2.12:0.9.3 () (depends on 0.9.3)
[warn] +- pl.otrebski:sbt-flaky:0.14 (scalaVersion=2.12, sbtVersion=1.0) (depends on 0.8.0)
[warn] +- io.circe:circe-generic_2.12:0.8.0 () (depends on 0.8.0)
I wonder if you were able to resolve this issue?
I added
addSbtPlugin("pl.otrebski" % "sbt-flaky" % "0.14")
to my global plugins.sbt version: 1.1.5
error:
Docker
comes from sbt-native-packager withenablePlugins(JavaAppPackaging)
, version1.3.4
.Removing sbt-flaky causes the issues to disappear.
Let me know if you need more info to reproduce :)