Skip to content

Commit

Permalink
add jdeb dependency to fix riffRaffUpload step
Browse files Browse the repository at this point in the history
see sbt/sbt-native-packager#1053

Co-authored-by: Tom Richards <[email protected]>
  • Loading branch information
tjsilver and twrichards committed May 19, 2021
1 parent 1508ef9 commit 9b18c04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-digest" % "1.1.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-gzip" % "1.0.2")

addSbtPlugin("com.gu" % "sbt-riffraff-artifact" % "1.1.12")
// need to add jdeb dependency explicitly because https://github.com/sbt/sbt-native-packager/issues/1053
libraryDependencies += "org.vafer" % "jdeb" % "1.3" artifacts (Artifact("jdeb", "jar", "jar"))

0 comments on commit 9b18c04

Please sign in to comment.