-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
31 lines (23 loc) · 959 Bytes
/
gradle.properties
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
kotlin.code.style=official
kotlin.jvm.target=11
GROUP=io.github.kevincianfarini.monarch
VERSION_NAME=0.3.0-SNAPSHOT
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/kevincianfarini/monarch
POM_SCM_URL=https://github.com/kevincianfarini/monarch
POM_SCM_CONNECTION=scm:git:git://github.com/kevincianfarini/monarch.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/kevincianfarini/monarch.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=kevincianfarini
POM_DEVELOPER_NAME=Kevin Cianfarini
POM_DEVELOPER_URL=https://github.com/kevincianfarini
SONATYPE_CONNECT_TIMEOUT_SECONDS=120
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
android.useAndroidX=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx10g -Xms256m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC