-
Enhancement
-
Resolution: Fixed
-
P4
-
jfx12
If there are any extra parameters passed in to .\tools\scripts\build.ps1
that are not used by the script itself, then pass any additional
parameters through to gradle.
This allows for the following:
.\tools\scripts\build.ps1 -nocygwin --tests *SomeTest
Where the "--tests *SomeTest" bit is actually an argument for gradle,
not the powershell build script.
that are not used by the script itself, then pass any additional
parameters through to gradle.
This allows for the following:
.\tools\scripts\build.ps1 -nocygwin --tests *SomeTest
Where the "--tests *SomeTest" bit is actually an argument for gradle,
not the powershell build script.