Skip to content

Commit

Permalink
Update config to new packaging config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 8, 2024
1 parent cca4614 commit 88bfbc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
quarkus.log.level=SEVERE
quarkus.banner.enabled=false

quarkus.package.type=uber-jar
quarkus.package.add-runner-suffix=false
quarkus.package.jar.type=uber-jar
quarkus.package.jar.add-runner-suffix=false

quarkus.qute.suffixes=md
quarkus.qute.content-types."md"=text/markdown
quarkus.qute.content-types."md"=text/markdown

0 comments on commit 88bfbc6

Please sign in to comment.