-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
21 lines (18 loc) · 878 Bytes
/
gradle.properties
File metadata and controls
21 lines (18 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GROUP_ID=com.listennotes
VERSION_NAME=1.1.6
POM_URL=https://github.com/ListenNotes/podcast-api-java
POM_SCM_URL=git@github.com:ListenNotes/podcast-api-java.git
POM_SCM_CONNECTION=scm:git:git@github.com:ListenNotes/podcast-api-java.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:ListenNotes/podcast-api-java.git
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=listennotes
POM_DEVELOPER_NAME=Listen Notes, Inc.
POM_DEVELOPER_EMAIL=hello+java@listennotes.com
POM_DESCRIPTION=The Official Java library for the Listen Notes Podcast API. Simple & no-nonsense podcast search, directory, and insights API.
POM_NAME=Podcast Search and Directory API
POM_ARTIFACT_ID=podcast-api
POM_PACKAGING=jar
POM_ORGANIZATION_URL=https://www.listennotes.com
VENDOR_NAME=Listen Notes, Inc. (https://www.listennotes.com)