-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (19 loc) · 966 Bytes
/
gradle.properties
File metadata and controls
24 lines (19 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
# Maven Central Publishing Configuration
# These properties are used for publishing to Maven Central
# They can be overridden via command line arguments or environment variables
# Maven Central Portal credentials (override via -PmavenCentralUsername and -PmavenCentralPassword)
mavenCentralUsername=
mavenCentralPassword=
# GPG signing configuration (override via command line arguments)
signing.keyId=
signing.password=
signing.secretKeyRingFile=
# Gradle publishing options
org.gradle.parallel=true
org.gradle.caching=true