Commit f303ce5f authored by Huang YunKun's avatar Huang YunKun Committed by Stephane Nicoll

Fix windows build of the Gradle plugin

Use family instead of name to check os system

Closes gh-8907
parent 700f0ea9
......@@ -106,7 +106,7 @@
<id>windows</id>
<activation>
<os>
<name>windows</name>
<family>windows</family>
</os>
</activation>
<properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment