Skip to content

Commit 4fee849

Browse files
committed
chore: enable verification for gradle deps
1 parent e1d9544 commit 4fee849

4 files changed

Lines changed: 5430 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ local.properties
110110

111111
# Git worktrees
112112
.worktrees/
113+
114+
# Gradle dependency verification caches and backups
115+
gradle/verification-keyring.gpg
116+
gradle/verification-keyring.keys.bak

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
org.gradle.caching=true
2+
org.gradle.parallel=true
3+
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=2g
14
org.gradle.configuration-cache=false
25
#org.gradle.configuration-cache.parallel=true
36

0 commit comments

Comments
 (0)