Fix windows build of the Gradle plugin
Use family instead of name to check os system Closes gh-8907
This commit is contained in:
parent
700f0ea93c
commit
f303ce5ff4
|
|
@ -106,7 +106,7 @@
|
|||
<id>windows</id>
|
||||
<activation>
|
||||
<os>
|
||||
<name>windows</name>
|
||||
<family>windows</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue