Skip to content

Commit

Permalink
fix: build needs to use legacy jar
Browse files Browse the repository at this point in the history
this should be reverted once our buildpack supports fast-jar

Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek authored Apr 12, 2021
1 parent 436c5f8 commit 129dc5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkged.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Configuration file
# key = value
quarkus.funqy.export=function
quarkus.package.type=legacy-jar
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Configuration file
# key = value
quarkus.funqy.export=function
quarkus.package.type=legacy-jar

0 comments on commit 129dc5a

Please sign in to comment.