Skip to content

Commit

Permalink
Fix Native NPE (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Mar 6, 2024
1 parent f1e33b3 commit 434368f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ void provideWebTemplateRoot(
BuildProducer<TemplateRootBuildItem> templateRootProducer,
WebBundlerConfig config) {
templateRootProducer.produce(new TemplateRootBuildItem(config.fromWebRoot("templates")));
nativeImageResourceDirectoryProducer
.produce(new NativeImageResourceDirectoryBuildItem(config.fromWebRoot("templates")));
}

}

0 comments on commit 434368f

Please sign in to comment.