kotlin-bip39/gradle.properties

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
1.2 KiB
Properties
Raw Normal View History

2022-04-20 12:18:15 -07:00
# Speed up builds. Keep these flags here for quick debugging of issues.
org.gradle.caching=true
org.gradle.configureondemand=false
2022-04-20 12:18:15 -07:00
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
org.gradle.vfs.watch=true
2022-04-20 12:18:15 -07:00
kotlin.mpp.stability.nowarn=true
2023-02-10 08:08:17 -08:00
NATIVE_TARGETS_ENABLED=true
BIP39_IS_TREAT_WARNINGS_AS_ERRORS=true
2022-06-03 06:41:35 -07:00
BIP39_IS_COVERAGE_ENABLED=true
JVM_TOOLCHAIN=17
2023-01-18 08:58:36 -08:00
JVM_TARGET=8
2022-07-18 05:06:48 -07:00
# Publishing
ZCASH_MAVEN_PUBLISH_SNAPSHOT_URL=https://oss.sonatype.org/content/repositories/snapshots/
ZCASH_MAVEN_PUBLISH_RELEASE_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2/
2022-07-18 05:06:48 -07:00
## Configure these with command line arguments (`-PZCASH_MAVEN_PUBLISH_USERNAME=`), environment variables (`ORG_GRADLE_PROJECT_ZCASH_MAVEN_PUBLISH_USERNAME`), or global ~/.gradle/gradle.properties
ZCASH_MAVEN_PUBLISH_USERNAME=
ZCASH_MAVEN_PUBLISH_PASSWORD=
# GPG key is only needed if RELEASE_SIGNING_ENABLED is true
# GPG key is ASCII armored without a password, then Base64 encoded to escape the newlines
ZCASH_ASCII_GPG_KEY=
2021-03-11 12:58:39 -08:00
2022-07-18 05:06:48 -07:00
# Configures whether release is an unstable snapshot, therefore published to the ZCASH_MAVEN_PUBLISH_SNAPSHOT_URL
IS_SNAPSHOT=true
LIBRARY_VERSION=1.0.8