subkt / myaa.subkt.tasks / org.gradle.api.Task / getRawMaybe
fun Task.getRawMaybe(propertyName: String): String? (source)
Searches for the given property in the Subs object's SubProperties instance, and returns the raw string, possibly null.
This function is run in a task context, using the entry and release values for this task.
propertyName - The property to find.