Browse Source

Fix windows build of the Gradle plugin

Use family instead of name to check os system

Closes gh-8907
pull/4468/merge
Huang YunKun 9 years ago committed by Stephane Nicoll
parent
commit
f303ce5ff4
  1. 2
      spring-boot-tools/spring-boot-gradle-plugin/pom.xml

2
spring-boot-tools/spring-boot-gradle-plugin/pom.xml

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

Loading…
Cancel
Save