Skip to content

Commit

Permalink
Add Barcode4J resources
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 16, 2024
1 parent 9c5d5bb commit 5b89bd8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ void substrateResourceBuildItems(BuildProducer<NativeImageResourceBuildItem> nat

// mime types
resourceBundleBuildItem.produce(new NativeImageResourceBundleBuildItem("mime.cache"));

// barcodes
nativeImageResourceProducer.produce(new NativeImageResourceBuildItem(
"org/krysalis/barcode4j/impl/fourstate/usps-4bc-bar-to-character-table.csv"));
resourceBundleBuildItem
.produce(new NativeImageResourceBundleBuildItem("org/krysalis/barcode4j/impl/code128/EAN128AIs.properties"));
}

@BuildStep
Expand Down

0 comments on commit 5b89bd8

Please sign in to comment.