Revision: 62980
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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