-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
local.properties.example
65 lines (57 loc) · 1.78 KB
/
local.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
## Windows code signing
# ex.
# pkcs11engine=/usr/lib/x86_64-linux-gnu/engines-3/pkcs11.so
#
## when using Certum
# pkcs11module=/usr/lib/libcrypto3PKCS.so
## when using Safenet e-token/Digicert
## see https://www.digicert.com/StaticFiles/SAC_10_7_Linux_GA.zip
# pkcs11module=/usr/lib64/libeToken.so
#
# winCodesignTimestampUrl=http://time.certum.pl/
# winCodesignTimestampUrl=http://timestamp.digicert.com
# pkcs11cert='pkcs11:type=cert'
# winCodesignCert=/home/user/a-provided-certification.pem
#
# mandatory
pkcs11module=
winCodesignPassword=
# optional
pkcs11cert=
winCodesignCert=
winCodesignTimestampUrl=
## Mac code signing
macCodesignIdentity=
## Mac notarization
macNotarizationUsername=
## Sonatype OSSRH publishing (synced to Maven Central)
ossrhUser=
ossrhKey=
## Signing for Maven Central
#
# Option 1: Supply key ID and password directly in this file
# Option 2: Leave signing.* properties blank to use the system gpg2 command; see
# https://docs.gradle.org/current/userguide/signing_plugin.html#sec:sec:gnupg_signatory_configuration
#
# Last 8 characters of full key ID
signing.keyId=
signing.password=
# Exported as e.g. `gpg --export-secret-keys > secring.gpg`
signing.secretKeyRingFile=
## example with GnuPG
#signing.gnupg.keyName=<KeyHashHex>
#signing.gnupg.executable=gpg
## SourceForge web
sourceforgeWebUser=
# Not required when using SSH auth
sourceforgeWebPassword=
## Uncomment when force skipping build of documentation
## equivalent with command line option -PforceSkipDocumentBuild=1 or
## an environment variable ORG_GRADLE_PROJECT_forceSkipDocumentBuild=1
# forceSkipDocumentBuild=1
## Speed-up build process
## Caution: parallel execution may lead test failures
org.gradle.configuration-cache=false
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.parallel=true