Skip to content

Commit

Permalink
Basic documentation for reproducibleBuildsCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jul 28, 2023
1 parent ae0434c commit 2e21ea4
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 @@ -102,6 +102,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 2e21ea4

Please sign in to comment.