Skip to content

Commit 129dc5a

Browse files
authored
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>
1 parent 436c5f8 commit 129dc5a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

pkged.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Configuration file
22
# key = value
33
quarkus.funqy.export=function
4+
quarkus.package.type=legacy-jar
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Configuration file
22
# key = value
33
quarkus.funqy.export=function
4+
quarkus.package.type=legacy-jar

0 commit comments

Comments
 (0)