mirror of https://github.com/knative/func.git
test: quarkus test template change to remove package type property (#1171)
This commit is contained in:
parent
c01341e490
commit
3af2ea3490
|
|
@ -1,7 +1,6 @@
|
||||||
# Configuration file
|
# Configuration file
|
||||||
# key = value
|
# key = value
|
||||||
quarkus.funqy.export=function
|
quarkus.funqy.export=function
|
||||||
quarkus.package.type=legacy-jar
|
|
||||||
quarkus.smallrye-health.root-path=/health
|
quarkus.smallrye-health.root-path=/health
|
||||||
quarkus.smallrye-health.liveness-path=liveness
|
quarkus.smallrye-health.liveness-path=liveness
|
||||||
quarkus.smallrye-health.readiness-path=readiness
|
quarkus.smallrye-health.readiness-path=readiness
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue