-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathgradle.properties.mustache
37 lines (30 loc) · 1.13 KB
/
gradle.properties.mustache
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
32
33
34
35
36
37
# 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
{{#useCustomTemplateCode}}
GROUP={{groupId}}
POM_ARTIFACT_ID={{artifactId}}
VERSION_NAME={{artifactVersion}}
POM_NAME={{artifactName}}
POM_DESCRIPTION={{artifactDescription}}
POM_URL={{artifactUrl}}
POM_LICENSE_NAME={{licenseName}}
POM_LICENSE_URL={{licenseUrl}}
POM_LICENSE_DIST=repo
POM_SCM_URL={{scmUrl}}
POM_SCM_CONNECTION={{scmConnection}}
POM_SCM_DEV_CONNECTION={{scmDeveloperConnection}}
POM_DEVELOPER_ID={{developerId}}
POM_DEVELOPER_NAME={{developerName}}
POM_DEVELOPER_URL={{developerOrganizationUrl}}
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_CONNECT_TIMEOUT_SECONDS=300
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
{{/useCustomTemplateCode}}
{{#gradleProperties}}
{{{.}}}
{{/gradleProperties}}