Skip to content

Commit

Permalink
[Gradle] Use lifecycle logging and --console=plain.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Feb 2, 2024
1 parent 91a7422 commit 5a5e652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
org.gradle.java.installations.auto-download=false
org.gradle.java.installations.fromEnv=BUILD_JAVA_HOME

org.gradle.logging.level=warn
org.gradle.console=plain
org.gradle.logging.level=lifecycle
org.gradle.warning.mode=all

# HTTP timeouts for Gradle
Expand Down

0 comments on commit 5a5e652

Please sign in to comment.