8 lines
345 B
Properties
8 lines
345 B
Properties
# Used to set properties for gradle builds
|
|
# (see https://dev.to/jmfayard/configuring-gradle-with-gradle-properties-211k)
|
|
|
|
# gradle configuration
|
|
# (https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties)
|
|
#org.gradle.warning.mode=(all,fail,summary,none) default: summary
|
|
org.gradle.warning.mode=all
|