Gradle task spotlessInternalRegisterDependencies configured eagerly
Aperta
bug-unconfirmed
- Lingua principale
- Java
- Stelle
- 5.6k
- Fork
- 559
- Merge medio
- 1g 13h
- PR unite (30g)
- 34
Descrizione
When running `./gradlew help --scan` the Build Scan reports task `spotlessInternalRegisterDependencies` is configured. Gradle's task configuration avoidance feature should be used so it's only configured when needed.
Affects spotless on main branch. The problem was introduced by https://github.com/diffplug/spotless/pull/1039, thanks to `get()` call here:
https://github.com/diffplug/spotless/blob/f4ee554c4600360a678c5faa2e447df919d536f2/plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessExtension.java#L52
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.