Skip to content

Commit

Permalink
Merge pull request #267 from raboof/document-reproducibleBuildsCheck
Browse files Browse the repository at this point in the history
Basic documentation for `reproducibleBuildsCheck`
  • Loading branch information
raboof authored Jul 28, 2023
2 parents 5379a72 + 2e21ea4 commit 18d3777
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@ Checking your certification with the 'official' published
certification is currently
[not yet implemented](https://github.com/raboof/sbt-reproducible-builds/issues/69).

### Checking published artifacts

You can check your local artifacts against published ones with
`sbt clean reproducibleBuildsCheck`. If you want to check
against a different repository (such as a staging repository),
you can set the `reproducibleBuildsCheckResolver`:

```
import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin._
ThisBuild / reproducibleBuildsCheckResolver := "repository-apache-org-staging" at "https://repository.apache.org/content/groups/staging"
```

## Drinking our own champagne

From version 0.3 onwards, `sbt-reproducible-builds` should itself be
Expand Down

0 comments on commit 18d3777

Please sign in to comment.