forked from cashapp/redwood
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
41 lines (31 loc) · 1.34 KB
/
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
34
35
36
37
38
39
40
41
kotlin.js.compiler=ir
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.stability.nowarn=true
# This is needed for the JB Compose runtime to link on native targets. They also use this flag
# in their samples. Over time it should be removed once they figure out why it was needed.
kotlin.native.cacheKind=none
org.gradle.jvmargs=-Xmx4096m
android.useAndroidX=true
android.enableJetifier=false
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.aidl=false
android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.disableAutomaticComponentCreation=true
# Signals to our own plugin that we are building within the repo.
app.cash.redwood.internal=true
GROUP=app.cash.redwood
VERSION_NAME=0.1.0-SNAPSHOT
POM_DESCRIPTION=Multiplatform tree management
POM_URL=https://github.com/cashapp/redwood/
POM_SCM_URL=https://github.com/cashapp/redwood/
POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/redwood.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/cashapp/redwood.git
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=cashapp
POM_DEVELOPER_NAME=CashApp
POM_DEVELOPER_URL=https://github.com/cashapp
systemProp.org.gradle.internal.http.socketTimeout=120000