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:
Tad 2022-08-22 12:20:20 -04:00
parent 3c0307c1fc
commit d771e0fada
4 changed files with 4603 additions and 0 deletions

View file

@ -17,3 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit # 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 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
org.gradle.dependency.verification=strict
#org.gradle.dependency.verification.console=verbose

Binary file not shown.

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff