Commit e24c520
committed
ci: drop --no-daemon from lint (keep single-worker fix)
The single Gradle worker (-Dorg.gradle.workers.max=1) is what serializes
the lint worker and dodges the ModifierDeclarationDetector classloader
race; --no-daemon added a fresh-JVM + config-cache-reload cost that
inflated the app job wall-clock without helping robustness.1 parent f9194f0 commit e24c520
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments