For
Delete
task you need to comply with gradleApi
that’s why you had to create a new task that overrides theDelete
default task from gradle.
So Project.delete()
can only be used inside of tasks that inherit from org.gradle.api.tasks.Delete
?
For
Delete
task you need to comply with gradleApi
that’s why you had to create a new task that overrides theDelete
default task from gradle.
So Project.delete()
can only be used inside of tasks that inherit from org.gradle.api.tasks.Delete
?