-
Notifications
You must be signed in to change notification settings - Fork 13
/
gradle.properties
29 lines (24 loc) · 998 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
org.gradle.jvmargs=-Xms1g -Xmx4g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.configuration-cache=true
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
# Versioning bits
GROUP=com.slack.lint
POM_URL=https://github.com/slackhq/slack-lints/
POM_SCM_URL=https://github.com/slackhq/slack-lints/
POM_SCM_CONNECTION=scm:git:git://github.com/slackhq/slack-lints.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/slackhq/slack-lints.git
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, LLC.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2021
VERSION_NAME=1.0.0-SNAPSHOT