Skip to content

Commit

Permalink
Build: Change default console to plain
Browse files Browse the repository at this point in the history
Change default gradle console style to plain. This makes y/n user prompts more readable during installer packaging, without having to specify --console=plain.
  • Loading branch information
cd2357 committed May 24, 2021
1 parent 7233979 commit 28b9989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000

# Makes the y/n user prompts more readable during installer packaging
org.gradle.console=plain

0 comments on commit 28b9989

Please sign in to comment.