-
Notifications
You must be signed in to change notification settings - Fork 983
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (17 loc) · 763 Bytes
/
gradle.properties
File metadata and controls
24 lines (17 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
GROUP=com.jakewharton.timber
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=5.1.0-SNAPSHOT
POM_DESCRIPTION=No-nonsense injectable logging.
POM_URL=https://github.com/JakeWharton/timber
POM_SCM_URL=https://github.com/JakeWharton/timber
POM_SCM_CONNECTION=scm:git:git://github.com/JakeWharton/timber.git
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/JakeWharton/timber.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=jakewharton
POM_DEVELOPER_NAME=Jake Wharton
org.gradle.jvmargs=-Xmx1536M
mavenCentralPublishing=true
mavenCentralAutomaticPublishing=true
signAllPublications=true