William Cheng 96c65fea61
[Java] add an option to customize gradle.properties (#10540)
* add an option to customize gradle properties

* add more info to gradle.properties
2021-10-08 11:20:50 +08:00

14 lines
603 B
Properties

# 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
# JVM arguments
org.gradle.jvmargs=-Xmx2024m -XX:MaxPermSize=512m
# set timeout
org.gradle.daemon.idletimeout=3600000
# show all warnings
org.gradle.warning.mode=all