Skip to content

Commit 089b214

Browse files
committed
chore: set Gradle logging level to QUIET
1 parent 527a7e1 commit 089b214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin.code.style=official
2222

2323
# Support KMP Gradle Composite Builds - See https://youtrack.jetbrains.com/issue/KT-52172/
2424
kotlin.mpp.import.enableKgpDependencyResolution=true
25-
org.gradle.logging.level=LIFECYCLE
25+
org.gradle.logging.level=QUIET
2626
android.experimental.enableScreenshotTest=true
2727

2828
# Configure lint heap size and workers

0 commit comments

Comments
 (0)