mirrored from https://www.bouncycastle.org/repositories/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathgradle.properties
More file actions
19 lines (18 loc) · 903 Bytes
/
Copy pathgradle.properties
File metadata and controls
19 lines (18 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
org.gradle.jvmargs=-Xmx2g
version=1.87-SNAPSHOT
maxVersion=1.88
# A debug build labels every module's artifacts <module>-debug-jdk18on-<version>
# (or -debug-jdk15to18- on a Java <= 8 daemon) and compiles with debug symbols;
# mirrors the Ant builds' bc-build.properties release.debug flag. Override on the
# command line with -Prelease.debug=true.
release.debug=false
org.gradle.java.installations.auto-detect=false
org.gradle.java.installations.auto-download=false
org.gradle.java.installations.fromEnv=BC_JDK8,BC_JDK11,BC_JDK17,BC_JDK21,BC_JDK25
# Android API-level compatibility gate - see gradle/animalsniffer.gradle (github #336).
# API level 26 is Android 8.0 (Oreo); the most recent Android compatibility report
# (github #2369) was against API 29, so 26 is checked with margin to spare.
androidApiLevel=26
androidSignatureVersion=8.0.0_r2
animalSnifferVersion=1.24
animalSnifferAsmVersion=9.7