diff --git a/buildutils/build b/buildutils/build index 354620c..bdaf948 100755 --- a/buildutils/build +++ b/buildutils/build @@ -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