Enforce Gradle Dependency Verification

We had some issues with the Gradle Dependency Verification and nobody
noticed it because it was not enforced by Gradle. Supply chain attack
are sadly a real threat that should not be underestimated.
This commit is contained in:
Alva Swanson 2022-12-06 20:21:39 +01:00
parent 2dc4072133
commit d637517d7d
No known key found for this signature in database
GPG Key ID: 004760E77F753090

View File

@ -5,4 +5,3 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
org.gradle.console=plain
org.gradle.dependency.verification.console=verbose
org.gradle.dependency.verification=lenient