Skip to content

Commit

Permalink
try to produce reproducible build (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 24, 2023
1 parent f14949d commit 38562f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ ThisBuild / githubWorkflowPublish := Seq(
)
)

enablePlugins(ReproducibleBuildsPlugin)
// site
enablePlugins(SiteScaladocPlugin)
//enablePlugins(GhpagesPlugin)
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.19.0")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")

0 comments on commit 38562f5

Please sign in to comment.