Skip to content

Commit

Permalink
https://github.com/oracle/graal/issues/1266#issuecomment-491534941
Browse files Browse the repository at this point in the history
  • Loading branch information
djha-skin committed Jun 12, 2019
1 parent 221e810 commit 609ba42
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion buildutils/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ hash=${hash}
url=${url}
MANIFEST

native-image --verbose --enable-url-protocols=http,https -H:+ReportUnsupportedElementsAtRuntime --no-fallback -jar target/uberjar/${name}-${version}-standalone.jar
native-image \
--verbose \
--enable-url-protocols=http,https \
-H:+ReportUnsupportedElementsAtRuntime \
--initialize-at-build-time \
--no-fallback \
-jar target/uberjar/${name}-${version}-standalone.jar

mkdir -p target/exe
test/resources/scripts/test-all
Expand Down

0 comments on commit 609ba42

Please sign in to comment.