mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Enable strict dependency verification
Generate initial metadata gradle --write-verification-metadata pgp,sha512 help Generate metadata with a build gradle build --write-verification-metadata pgp,sha512 help --refresh-keys can be used to update GPG keys --export-keys can be used to speedup future/CI builds Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
3c0307c1fc
commit
d771e0fada
4 changed files with 4603 additions and 0 deletions
|
@ -17,3 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
|
|||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
|
||||
org.gradle.dependency.verification=strict
|
||||
#org.gradle.dependency.verification.console=verbose
|
||||
|
|
BIN
gradle/verification-keyring.gpg
Normal file
BIN
gradle/verification-keyring.gpg
Normal file
Binary file not shown.
3588
gradle/verification-keyring.keys
Normal file
3588
gradle/verification-keyring.keys
Normal file
File diff suppressed because it is too large
Load diff
1012
gradle/verification-metadata.xml
Normal file
1012
gradle/verification-metadata.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue