Eric Ranstrom
Results
2
comments of
Eric Ranstrom
This worked for me: ``` task hello { doLast { print "hello" } } tasks.whenTaskAdded { task -> if (task.name == 'jettyRun') { task.dependsOn 'hello' } }
Seeing this same error when executing on android (Oculus Quest).