mirror of https://github.com/knative/func.git
fix: update Quarkus template readme (#2101)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
parent
9f1568cf9f
commit
76fde174de
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
|
@ -47,6 +47,8 @@ buildEnvs:
|
|||
value: native-image.args
|
||||
- name: BP_NATIVE_IMAGE_BUILT_ARTIFACT
|
||||
value: '*-runner.jar'
|
||||
- name: BP_JVM_VERSION
|
||||
value: 21
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue