forked from ctripcorp/SQLlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
33 lines (28 loc) · 966 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
32
33
VERSION=1.2.0
GROUP=com.ctrip.kotlin
kotlinVersion=1.9.0
kspVersion=1.9.0-1.0.13
#Maven Publish Information
githubURL=https://github.com/ctripcorp/SQLlin
licenseName=The Apache License, Version 2.0
licenseURL=https://www.apache.org/licenses/LICENSE-2.0.txt
developerID=qiaoyuang
developerName=Yuang Qiao
developerEmail=qiaoyuang2012@gmail.com
scmURL=scm:git:https://github.com/ctripcorp/SQLlin.git
mavenRepositoryURL=https://oss.sonatype.org/service/local/staging/deploy/maven2
#Gradle
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx8g -XX:MaxMetaspaceSize=16g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.workers.max=16
org.gradle.parallel=true
org.gradle.caching=true
#Android
android.useAndroidX=true
android.enableJetifier=true
android.disableAutomaticComponentCreation=true
#Kotlin
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
#kotlin.compiler.execution.strategy=out-of-process