Return to Snippet

Revision: 62980
at March 28, 2013 01:50 by laurenceosx


Initial Code
boolean isOsWindows() { return System.properties.'os.name'.toLowerCase().contains('windows'); }

Initial URL


Initial Description
When this snippet is added to a class it provides the boolean property: osWindows

Initial Title
Groovy Gradle - isOsWindows

Initial Tags
groovy

Initial Language
Groovy