-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
36 lines (31 loc) · 1.22 KB
/
Copy pathgradle.properties
File metadata and controls
36 lines (31 loc) · 1.22 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
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
#Kotlin
kotlin.code.style=official
kotlin.js.compiler=ir
#MPP
kotlin.mpp.enableCInteropCommonization=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# Signing (using in-memory signing for vanniktech plugin)
# signing.gnupg.executable=gpg
# signing.gnupg.useLegacyGpg=false
# signing.gnupg.keyName=E24036147097995E
# signing.gnupg.passphrase=
signing.gnupg.passphrase=
# Enable signing for vanniktech plugin
mavenPublishing.signing=true
# Publishing - Credentials should be provided via environment variables or local.properties
# For local development: add credentials to local.properties (not committed to git)
# For CI: credentials are provided via GitHub secrets as environment variables
# mavenCentralUsername=YOUR_USERNAME
# mavenCentralPassword=YOUR_PASSWORD
# Central Portal specific properties (can be committed)
sonatypeRepositoryId=AUTO
sonatypeAutomaticRelease=true
# GPG signing - Keys should be in local.properties (not committed to git)
# signingInMemoryKeyId=YOUR_KEY_ID
# signingInMemoryKeyPassword=YOUR_KEY_PASSWORD (usually empty)
# signingInMemoryKeyFile=gpg_key_content.gpg