Skip to content

Commit 0920de6

Browse files
Keep native image report options on Windows
Co-Authored-By: Paperclip <noreply@paperclip.ing>
1 parent a14f68d commit 0920de6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/windows-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
build:
2525
name: "build"
2626
runs-on: windows-latest
27+
env:
28+
NATIVE_IMAGE_OPTIONS: "-H:+ReportExceptionStackTraces"
2729
strategy:
2830
matrix:
2931
java: ['25']
@@ -54,7 +56,6 @@ jobs:
5456
.\mvnw install -Dinvoker.skip=true && .\mvnw verify
5557
env:
5658
TESTCONTAINERS_RYUK_DISABLED: true
57-
NATIVE_IMAGE_OPTIONS: "-H:+ReportExceptionStackTraces"
5859
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
5960
DEVELOCITY_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
6061
DEVELOCITY_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}

0 commit comments

Comments
 (0)