-
-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathlocal.properties.example
More file actions
42 lines (35 loc) · 1.19 KB
/
local.properties.example
File metadata and controls
42 lines (35 loc) · 1.19 KB
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
## Mac code signing
macCodesignIdentity=
## Mac notarization
macNotarizationUsername=
## Sonatype OSSRH publishing (synced to Maven Central)
ossrhUsername=
ossrhPassword=
## 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