Skip to content

Commit

Permalink
bindy: do not embed useless resources #2413
Browse files Browse the repository at this point in the history
  • Loading branch information
aldettinger committed Mar 30, 2021
1 parent 8283c9f commit 8fcb83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FeatureBuildItem feature() {

@BuildStep
NativeImageResourceDirectoryBuildItem resourceBundles() {
return new NativeImageResourceDirectoryBuildItem("com/ibm/icu/impl/data");
return new NativeImageResourceDirectoryBuildItem("com/ibm/icu/impl/data/icudt68b/brkitr");
}

@BuildStep
Expand Down

0 comments on commit 8fcb83a

Please sign in to comment.