gradle-plugins
gradle-plugins copied to clipboard
`NullPointerException` in `TaskUtils.registerNested`
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