Skip to content

Commit

Permalink
Native:net.sf.jasperreports.engine.print.JRPrinterAWT
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 2, 2024
1 parent 7640ec7 commit d432fcb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ void runtimeInitializedClasses(BuildProducer<RuntimeInitializedPackageBuildItem>
net.sf.jasperreports.renderers.util.SvgFontProcessor.class.getName(),
net.sf.jasperreports.engine.util.json.DefaultJsonQLExecuter.class.getName(),
net.sf.jasperreports.data.http.HttpDataService.class.getName(),
net.sf.jasperreports.engine.export.ooxml.DocxRunHelper.class.getName()
net.sf.jasperreports.engine.export.ooxml.DocxRunHelper.class.getName(),
net.sf.jasperreports.engine.print.JRPrinterAWT.class.getName()
)
.map(RuntimeInitializedPackageBuildItem::new)
.forEach(runtimeInitializedPackages::produce);
Expand Down

0 comments on commit d432fcb

Please sign in to comment.