honourosis
honourosis
The current `PooledBlockAllocator` implementation relies on a single `PooledBlockAllocatorProvider` instance. The current `PooledBlockAllocator` implementation has an upper limit on the number of free blocks that can be reused, but there...
### Current Behavior If the project build script (initscripts are also affected) contains code like this: ``` gradle.taskGraph.whenReady { TaskExecutionGraph taskGraph -> taskGraph.allTasks.each { Task task -> if (!(task instanceof...
The current implementation of task execution in `AbstractGradleToolDelegate` strictly relies on the internals of the External System API. This is not necessary, as there is a correspondingly simple way to...