forked from ctripcorp/SQLlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
31 lines (27 loc) · 954 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
VERSION=1.4.1
GROUP=com.ctrip.kotlin
#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
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 -Djdk.attach.allowAttachSelf=true
org.gradle.workers.max=16
org.gradle.parallel=true
org.gradle.caching=true
#Android
android.useAndroidX=true
android.enableJetifier=true
#Kotlin
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.natvie.increment=true
#ksp.useKSP2=true
#kotlin.compiler.execution.strategy=out-of-process