We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14f68d commit 0920de6Copy full SHA for 0920de6
1 file changed
.github/workflows/windows-ci.yml
@@ -24,6 +24,8 @@ jobs:
24
build:
25
name: "build"
26
runs-on: windows-latest
27
+ env:
28
+ NATIVE_IMAGE_OPTIONS: "-H:+ReportExceptionStackTraces"
29
strategy:
30
matrix:
31
java: ['25']
@@ -54,7 +56,6 @@ jobs:
54
56
.\mvnw install -Dinvoker.skip=true && .\mvnw verify
55
57
env:
58
TESTCONTAINERS_RYUK_DISABLED: true
- NATIVE_IMAGE_OPTIONS: "-H:+ReportExceptionStackTraces"
59
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
60
DEVELOCITY_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }}
61
DEVELOCITY_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
0 commit comments