Skip to content

Commit

Permalink
Disable the Welcome to Gradle message
Browse files Browse the repository at this point in the history
- The message below prints when Gradle runs for the first time...which
  is every time in CI; squash this message since it is relevant.

Welcome to Gradle 8.2!

Here are the highlights of this release:
 - Kotlin DSL: new reference documentation, assignment syntax by default
 - Kotlin DSL is now the default with Gradle init
 - Improved suggestions to resolve errors in console output

For more details see https://docs.gradle.org/8.2/release-notes.html

Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details
  • Loading branch information
rmartin16 committed Feb 23, 2024
1 parent 5e010d4 commit 7cccf17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{ cookiecutter.format }}/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Disable the Gradle welcome message for the first build.
org.gradle.welcome=never
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
Expand Down

0 comments on commit 7cccf17

Please sign in to comment.