Skip to content

Commit

Permalink
[FIXED JENKINS-35201] - NodeJS could not be built on Win x64 (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored and oleg-nenashev committed May 29, 2016
1 parent 15ce24a commit 155f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -617,7 +617,7 @@ THE SOFTWARE.
<activation><os><family>windows</family><arch>amd64</arch></os></activation>
<properties>
<node.download.file>win-x64/node.exe</node.download.file>
<node.download.classifier>/x64</node.download.classifier>
<node.download.classifier>/win-x64</node.download.classifier>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 155f850

Please sign in to comment.