honourosis

Results 3 issues of 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...

enhancement

### 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...

a:bug
in:jacoco-plugin
:wave: team-triage

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...