gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

`NullPointerException` in `TaskUtils.registerNested`

Open Vampire opened this issue 4 months ago • 0 comments

To mitigate #1426 I tried to call the overload with 4 arguments, but as the given Class is an interface, getSuperclass() returns null which then results in a NullPointerException for the type.equals check

Vampire avatar Aug 26 '25 14:08 Vampire