You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
415 B
15 lines
415 B
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
|
|
org.gradle.jvmargs=-Dfile.encoding=UTF-8
|
|
|
|
#org.gradle.warning.mode=(all,fail,none,summary)
|
|
org.gradle.warning.mode=all
|
|
|
|
org.gradle.daemon=false
|
|
|
|
#org.gradle.console=(auto,plain,rich,verbose)
|
|
org.gradle.console=auto
|
|
|
|
#org.gradle.logging.level=(quiet,warn,lifecycle,info,debug)
|
|
org.gradle.logging.level=lifecycle
|
|
|