Skip to content

Commit

Permalink
[#3597] Set gradle console and warning mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Jun 25, 2024
1 parent 8995aa1 commit 6e53c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e53c32

Please sign in to comment.