Skip to content

Commit

Permalink
docs(readme): buildscript dependency locks
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Sep 2, 2024
1 parent 8cc7b8f commit 0e0f5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Gradle is used for checksum and signature verification of dependencies.
```shell script
# write metadata for dependency verification
./gradlew --write-verification-metadata pgp,sha256 --export-keys
# update buildscript dependency locks
./gradlew dependencies --write-locks
```

See [Gradle Userguide: Verifying dependencies](https://docs.gradle.org/current/userguide/dependency_verification.html)
Expand Down

0 comments on commit 0e0f5cd

Please sign in to comment.