nebula-plugins / gradle-dependency-lock-plugin

A plugin to allow people using dynamic dependency versions to lock them to specific versions.
Apache License 2.0
292 stars 42 forks source link

Remove forkEvery configuration #236

Closed DanielThomas closed 2 years ago

DanielThomas commented 2 years ago

@chali turns out the problem was debug = true - because Gradle doesn't fork to a daemon for TestKit cases tests that set system properties with -D leak into the test fork.