I want to run a .bat file, and get the output into a property all my projects can see. On Ant, we just used the exec task with outputproperty - how should I do this in Gradle?
btw, I’ve tried creating an Exec Task, and I have the value stored in the standardOutput, but I don’t know to set a property to it.