-
Notifications
You must be signed in to change notification settings - Fork 24
/
gradle.properties
36 lines (29 loc) · 1.27 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
org.gradle.jvmargs=-Xms1g -Xmx4g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true
# Suppress warnings about experimental AGP properties we're using
# Ironically, this property itself is also experimental, so we have to suppress it too.
android.suppressUnsupportedOptionWarnings=android.suppressUnsupportedOptionWarnings,\
android.experimental.lint.missingBaselineIsEmptyBaseline,\
android.lint.useK2Uast
android.experimental.lint.missingBaselineIsEmptyBaseline=true
android.lint.useK2Uast=true
# https://github.com/google/ksp/issues/1839
ksp.useKSP2=false
# Dokka flags
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
# Versioning bits
GROUP=com.slack.lint.compose
POM_URL=https://github.com/slackhq/compose-lints/
POM_SCM_URL=https://github.com/slackhq/compose-lints/
POM_SCM_CONNECTION=scm:git:git://github.com/slackhq/compose-lints.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/slackhq/compose-lints.git
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Salesforce, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2023
VERSION_NAME=1.5.0-SNAPSHOT