Closed
Description
Output from my own plugin test, built with Gradle 8.6:
The task 'bootStartScripts' (org.gradle.jvm.application.tasks.CreateStartScripts) is not a subclass of the given type (org.gradle.api.tasks.application.CreateStartScripts)
Shouldn't custom tasks prefer the API versions of tasks?
org.gradle.api.tasks.application.CreateStartScripts
extends org.gradle.jvm.application.tasks.CreateStartScripts
anyway.