Skip to content

Commit

Permalink
Merge pull request #12430 from nextcloud/chore/noid/checksumsAndSigna…
Browse files Browse the repository at this point in the history
…tures

Add dependency checksums and signing key information
  • Loading branch information
AndyScherzinger authored Jan 29, 2024
2 parents 23d7d04 + 93f9de7 commit 6bcf051
Show file tree
Hide file tree
Showing 5 changed files with 14,282 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ fastlane/Fastfile

# python
**/__pycache__/
/gradle/verification-keyring.gpg
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android.nonFinalResIds=false

# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.dependency.verification.console=verbose
kotlin.daemon.jvmargs=-Xmx4096m
org.gradle.caching=true
org.gradle.parallel=true
Expand Down
Loading

0 comments on commit 6bcf051

Please sign in to comment.