what is the recommended way to check if a task wit...
# gradle
n
what is the recommended way to check if a task with a specific name and type exists or get a nullable version of it ? i want to configure stuff for multiplatform where maybe the linux or the windows tasks exist.. but not both
m