mirror of https://github.com/knative/func.git
fix: build needs to use legacy jar
this should be reverted once our buildpack supports fast-jar Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
parent
436c5f8b3f
commit
129dc5a834
|
@ -1,3 +1,4 @@
|
|||
# Configuration file
|
||||
# key = value
|
||||
quarkus.funqy.export=function
|
||||
quarkus.package.type=legacy-jar
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Configuration file
|
||||
# key = value
|
||||
quarkus.funqy.export=function
|
||||
quarkus.package.type=legacy-jar
|
||||
|
|
Loading…
Reference in New Issue