mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Fix windows build of the Gradle plugin
Use family instead of name to check os system Closes gh-8907
This commit is contained in:
committed by
Stephane Nicoll
parent
700f0ea93c
commit
f303ce5ff4
@@ -106,7 +106,7 @@
|
||||
<id>windows</id>
|
||||
<activation>
|
||||
<os>
|
||||
<name>windows</name>
|
||||
<family>windows</family>
|
||||
</os>
|
||||
</activation>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user