diff --git a/gradle.properties b/gradle.properties index 1afbf57b37..f3ad646b3b 100755 --- a/gradle.properties +++ b/gradle.properties @@ -9,6 +9,8 @@ org.gradle.daemon=true org.gradle.configureondemand=true org.gradle.kotlin.dsl.allWarningsAsErrors=true org.gradle.configuration-cache=true +org.gradle.console=verbose +org.gradle.warning.mode=all # Kotlin kotlin.code.style=official kotlin.build.report.output=build_scan,file