forked from cashapp/licensee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
27 lines (20 loc) · 914 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
GROUP=app.cash.licensee
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=1.8.0-SNAPSHOT
SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
POM_ARTIFACT_ID=licensee-gradle-plugin
POM_NAME=Licensee Gradle plugin
POM_DESCRIPTION=Gradle plugin which validates the licenses of your dependency graph match what you expect
POM_URL=https://github.com/cashapp/licensee/
POM_SCM_URL=https://github.com/cashapp/licensee/
POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/licensee.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/cashapp/licensee.git
POM_LICENCE_NAME=Apache-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/
systemProp.org.gradle.internal.http.socketTimeout=120000