Package io.quarkus.deployment.pkg
Class PackageConfig.QuiltFlowerConfig
- java.lang.Object
-
- io.quarkus.deployment.pkg.PackageConfig.QuiltFlowerConfig
-
- Enclosing class:
- PackageConfig
public static class PackageConfig.QuiltFlowerConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledAn advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory.StringjarDirectoryThe directory into which to save the Quiltflower tool if it doesn't existStringversionThe version of Quiltflower to use
-
Constructor Summary
Constructors Constructor Description QuiltFlowerConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="false") public boolean enabled
An advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory. This is only taken into account when fast-jar is used.
-
version
@ConfigItem(defaultValue="1.8.1") public String version
The version of Quiltflower to use
-
jarDirectory
@ConfigItem(defaultValue="${user.home}/.quarkus") public String jarDirectory
The directory into which to save the Quiltflower tool if it doesn't exist
-
-