arkus-cli.3.15.1.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-cli Show documentation
Show all versions of quarkus-cli Show documentation
Quarkus command line utility
quarkus.log.level=WARN
quarkus.banner.enabled=false
quarkus.package.jar.type=uber-jar
quarkus.native.resources.includes=quarkus.properties
quarkus.native.additional-build-args=--initialize-at-run-time=org.apache.maven.wagon.shared.http.AbstractHttpClientWagon,\
-H:ReflectionConfigurationFiles=reflection-config.json
# Do not attempt to detect "unused removed beans" false positives during programmatic lookup
# at runtime to conserve some memory
quarkus.arc.detect-unused-false-positives=false
quarkus.config.sources.system-only=true
# Needed to be able to download from the jbang catalog
quarkus.native.enable-https-url-handler=true