-
Notifications
You must be signed in to change notification settings - Fork 93
/
gradle.properties
35 lines (27 loc) · 1.2 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
# Turn on parallel compilation, caching and on-demand configuration
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true
# Increase timeout when pushing to Sonatype
systemProp.org.gradle.internal.http.socketTimeout=240000
# https://blog.jetbrains.com/kotlin/2022/07/a-new-approach-to-incremental-compilation-in-kotlin/
kotlin.incremental.useClasspathSnapshot=true
# POM
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=com.twitter.compose.rules
VERSION_NAME=0.0.27-SNAPSHOT
POM_DESCRIPTION=Twitter Jetpack Compose Rules
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/twitter/compose-rules/
POM_SCM_URL=https://github.com/twitter/compose-rules/
POM_SCM_CONNECTION=scm:git:git://github.com/twitter/compose-rules.git
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/twitter/compose-rules.git
POM_LICENCE_NAME = The Apache Software License, Version 2.0
POM_LICENCE_URL = http://www.apache.org/licenses/LICENSE-2.0
POM_LICENCE_DIST = repo
POM_DEVELOPER_ID = twitter
POM_DEVELOPER_NAME = Twitter
POM_DEVELOPER_URL = https://github.com/twitter/