Class LegacyJarRequiredBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.deployment.pkg.builditem.LegacyJarRequiredBuildItem
Deprecated, for removal: This API element is subject to removal in a future version.
Ignored.
To force legacy-JAR creation, implement a configuration customizer which resets the
default
quarkus.package.jar.type to legacy-jar,
and add a validation step to your processor which verifies that legacy-jar
is selected, throwing an error otherwise.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
LegacyJarRequiredBuildItem
public LegacyJarRequiredBuildItem()Deprecated, for removal: This API element is subject to removal in a future version.
-