forked from sqldelight/sqldelight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (24 loc) · 1.01 KB
/
gradle.properties
File metadata and controls
33 lines (24 loc) · 1.01 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
org.gradle.jvmargs=-Xmx16g -XX:MaxMetaspaceSize=4g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.parallel=true
GROUP=app.cash.sqldelight
VERSION_NAME=2.4.0-SNAPSHOT
POM_URL=https://github.com/sqldelight/sqldelight/
POM_SCM_URL=https://github.com/sqldelight/sqldelight/
POM_SCM_CONNECTION=scm:git:git://github.com/sqldelight/sqldelight.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/sqldelight/sqldelight.git
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=square
POM_DEVELOPER_NAME=Square, Inc.
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
signAllPublications=true
android.useAndroidX=true
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
# caches break the linkage of the sqlite amalgamation
kotlin.native.cacheKind.linuxX64=none
org.jetbrains.intellij.platform.useCacheRedirector=false
org.jetbrains.intellij.platform.selfUpdateCheck=false