Fix windows build of the Gradle plugin

Use family instead of name to check os system

Closes gh-8907
This commit is contained in:
Huang YunKun
2017-04-16 18:29:20 +08:00
committed by Stephane Nicoll
parent 700f0ea93c
commit f303ce5ff4

View File

@@ -106,7 +106,7 @@
<id>windows</id>
<activation>
<os>
<name>windows</name>
<family>windows</family>
</os>
</activation>
<properties>