[Java] add an option to customize gradle.properties (#10540)

* add an option to customize gradle properties

* add more info to gradle.properties
This commit is contained in:
William Cheng
2021-10-08 11:20:50 +08:00
committed by GitHub
parent 20ccf36c50
commit 96c65fea61
30 changed files with 186 additions and 54 deletions

View File

@@ -1,2 +1,6 @@
# Uncomment to build for Android
#target = android
# 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