Does anyone happen to know where the 'run' task name is defined in the Gradle API? I don't see it in the JavaApplication plugin. I'm looking for the reference so I can prefer it over keeping a hardcoded string value in my plugin. For example, you can find the 'jar' task name in the field
JavaPlugin.JAR_TASK_NAME