beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Disable the Welcome to Gradle message #85

Closed rmartin16 closed 4 months ago

rmartin16 commented 4 months ago

Changes

Here are the highlights of this release:

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


This message showing in CI recently: https://github.com/beeware/.github/actions/runs/8013325227/job/21891321580?pr=99#step:28:392
This message not showing in CI any longer with this PR: https://github.com/beeware/briefcase-android-gradle-template/actions/runs/8013748771/job/21891259687?pr=85#step:25:391

## PR Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [X] All new features have been tested
- [X] All new features have been documented
- [X] I have read the **CONTRIBUTING.md** file
- [X] I will abide by the code of conduct
rmartin16 commented 4 months ago

Introduced in https://github.com/gradle/gradle/pull/18830.

For whatever reason, I'm tried of seeing this message 🙃 and it doesn't seem especially useful for anyone.