We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc12f2 commit f2df94bCopy full SHA for f2df94b
.github/workflows/build.yaml
@@ -85,9 +85,8 @@ jobs:
85
native-image-job-reports: "true"
86
87
- name: Generate reflection config
88
- run: >-
89
- java
90
- -agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=.
+ run: |
+ java -agentlib:native-image-agent=caller-filter-file=./trace-filter.json,config-output-dir=. \
91
-jar aidbox-sdk.jar ./resources/schemas /dev/null
92
93
- name: Compile to native binary
0 commit comments