Stopping a Windows service that isn’t running causes build to fail
Using the following Gradle action, developerBuild << { exec { commandLine = ['cmd', '/c', 'net', 'stop', 'Foo'] } } If I execute this task and the Windows service Foo isn't running,...