Update sbt-reproducible-builds and set check resolver to staging

This commit is contained in:
Matthew de Detrich 2023-07-28 14:47:48 +02:00 committed by Matthew de Detrich
parent 5655f0bcb2
commit 5fb79340f5
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,7 @@
* This file is part of the Apache Pekko project, which was derived from Akka.
*/
import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
import org.apache.pekko._
ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
@ -24,6 +25,9 @@ commands := commands.value.filterNot { command =>
}
}
ThisBuild / reproducibleBuildsCheckResolver :=
"Apache Pekko Staging".at("https://repository.apache.org/content/groups/staging/")
enablePlugins(
UnidocRoot,
UnidocWithPrValidation,