fix: update Quarkus template readme (#2101)

Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
Matej Vasek 2023-12-07 16:35:08 +01:00 committed by GitHub
parent 9f1568cf9f
commit 76fde174de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8749 additions and 8743 deletions

File diff suppressed because it is too large Load Diff

View File

@ -47,6 +47,9 @@ buildEnvs:
value: native-image.args
- name: BP_NATIVE_IMAGE_BUILT_ARTIFACT
value: '*-runner.jar'
- name: BP_JVM_VERSION
value: 21
```
### Running

View File

@ -47,6 +47,8 @@ buildEnvs:
value: native-image.args
- name: BP_NATIVE_IMAGE_BUILT_ARTIFACT
value: '*-runner.jar'
- name: BP_JVM_VERSION
value: 21
```