Skip to content

Commit

Permalink
ci: fix gradle command for windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Fábio José <[email protected]>
  • Loading branch information
fabiojose committed Apr 18, 2022
1 parent 0361a5d commit 98c95fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
JAVA_HOME: ./graalvm-ce-java11-21.0.0.2
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
./gradlew.bat clean build --no-daemon -Dquarkus.package.type=native ^
./gradlew.bat build --no-daemon -Dquarkus.package.type=native ^
-Dquarkus.native.container-build=false ^
-Dquarkus.native.graalvm-home=$(pwd)/graalvm-ce-java11-21.0.0.2 ^
-Dquarkus.native.additional-build-args=-H:EnableURLProtocols=https,-H:IncludeResources=.*json$,-H:Log=registerResource:,--no-fallback ^
Expand Down

0 comments on commit 98c95fc

Please sign in to comment.