use sbt-pekko-build (#826)
* try sbt-pekko-build * Use latest sbt-pekko-build 0.3.0 * remove temp resolver --------- Co-authored-by: Matthew de Detrich <matthew.dedetrich@aiven.io>
This commit is contained in:
parent
df302b8ee6
commit
dc034749b3
4 changed files with 6 additions and 110 deletions
|
|
@ -26,6 +26,11 @@ commands := commands.value.filterNot { command =>
|
|||
|
||||
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
|
||||
|
||||
ThisBuild / pekkoCoreProject := true
|
||||
|
||||
// pekkoInlineEnabled must be set to false when this is backported to 1.0.x branch
|
||||
ThisBuild / pekkoInlineEnabled := true
|
||||
|
||||
enablePlugins(
|
||||
UnidocRoot,
|
||||
UnidocWithPrValidation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue