mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user