https://github.com/runningcode/daemon-babies
https://github.com/runningcode/daemon-babies
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runningcode/daemon-babies
- Owner: runningcode
- Created: 2019-01-09T11:12:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T11:37:52.000Z (over 7 years ago)
- Last Synced: 2025-02-25T08:15:22.801Z (over 1 year ago)
- Language: Java
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle Daemon Babies
## Description
This sample project reproduces a bug where a second gradle daemon is spawned when hitting the sync button in Android Studio.
This happens when including a settings.gradle file in the buildSrc directory.
## Repro steps
1. Kill all gradle daemons
2. File -> Sync Project with Gradle Files
3. Watch as two Gradle Daemons are spawned. (verify by typing `jps` in console)