File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ mkdir templates/
1616cp ../src/scala/com/github/johnynek/bazel_deps/templates/* templates/
1717cp ../bazel-deps.jar .
1818cp ../ci_scripts/reflection.json .
19+ cp ../ci_scripts/resource-config.json .
1920
2021native-image -H:+ReportUnsupportedElementsAtRuntime \
2122 --initialize-at-build-time \
@@ -26,6 +27,7 @@ native-image -H:+ReportUnsupportedElementsAtRuntime \
2627 -H:EnableURLProtocols=http,https \
2728 --enable-all-security-services \
2829 -H:ReflectionConfigurationFiles=reflection.json \
30+ -H:ResourceConfigurationFiles=resource-config.json \
2931 --allow-incomplete-classpath \
3032 -H:+ReportExceptionStackTraces \
3133 --no-fallback \
Original file line number Diff line number Diff line change 1+ {
2+ "resources" : [],
3+ "bundles" : [
4+ {"name" :" com.sun.org.apache.xerces.internal.impl.msg.XMLMessages" }
5+ ]
6+ }
You can’t perform that action at this time.
0 commit comments