Skip to content

Commit 12505d1

Browse files
committed
Enhance Gradle properties for Maven Central publishing with additional configuration options
1 parent 24d4ad5 commit 12505d1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

gradle.properties

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
android.useAndroidX=true
22
android.enableJetifier=true
33
android.enableR8.fullMode=false
4-
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
4+
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
5+
android.suppressUnsupportedCompileSdk=34
6+
7+
# Maven Central Publishing Configuration
8+
SONATYPE_HOST=S01
9+
RELEASE_SIGNING_ENABLED=true
10+
11+
# These values should be provided by environment variables in CI
12+
mavenCentralUsername=
13+
mavenCentralPassword=
14+
signing.keyId=
15+
signing.password=
16+
signing.secretKeyRingFile=

0 commit comments

Comments
 (0)