-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
32 lines (25 loc) · 1.24 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
# This file is automatically generated by OpenAPI Generator (https://github.com/openAPITools/openapi-generator).
# To include other gradle properties as part of the code generation process, please use the `gradleProperties` option.
#
# Gradle properties reference: https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
# For example, uncomment below to build for Android
#target = android
GROUP=com.dropbox.sign
POM_ARTIFACT_ID=dropbox-sign
VERSION_NAME=2.3.0
POM_NAME=Dropbox Sign Java SDK
POM_DESCRIPTION=Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
POM_URL=https://github.com/hellosign/dropbox-sign-java
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://opensource.org/licenses/MIT
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/hellosign/dropbox-sign-java
POM_SCM_CONNECTION=scm:git:git://github.com/hellosign/dropbox-sign-java.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:hellosign/dropbox-sign-java.git
POM_DEVELOPER_ID=dropbox-sign-api-team
POM_DEVELOPER_NAME=Dropbox Sign API Team
POM_DEVELOPER_URL=https://hellosign.com
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_CONNECT_TIMEOUT_SECONDS=300
SONATYPE_CLOSE_TIMEOUT_SECONDS=900