forked from cashapp/turbine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
28 lines (21 loc) · 872 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
GROUP=app.cash.turbine
POM_ARTIFACT_ID=turbine
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=1.2.0-SNAPSHOT
SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
POM_NAME=Turbine
POM_DESCRIPTION=A small testing library for kotlinx.coroutines Flow.
POM_INCEPTION_YEAR=2018
POM_URL=https://github.com/cashapp/turbine/
POM_SCM_URL=https://github.com/cashapp/turbine/
POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/turbine.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/cashapp/turbine.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=cashapp
POM_DEVELOPER_NAME=CashApp
POM_DEVELOPER_URL=https://github.com/cashapp/
kotlin.mpp.stability.nowarn=true