Skip to content

Commit eddee86

Browse files
committed
Fix windows profile activation
1 parent 6e09fcf commit eddee86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vertx-core/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,11 +1047,10 @@
10471047
</profile>
10481048

10491049
<profile>
1050-
<id>windows-x86_64</id>
1050+
<id>windows</id>
10511051
<activation>
10521052
<os>
10531053
<family>windows</family>
1054-
<arch>x86_64</arch>
10551054
</os>
10561055
</activation>
10571056
<dependencies>

0 commit comments

Comments
 (0)