Created
March 30, 2022 19:13
-
-
Save recursivecodes/b26dd25d534eddcc1c44e3794b25c2fa to your computer and use it in GitHub Desktop.
build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| graalvmNative { | |
| binaries.configureEach { | |
| buildArgs.addAll( | |
| "-H:+StaticExecutableWithDynamicLibC", | |
| "-Dfn.handler=atp.auto.wallet.fn.Function::handleRequest", | |
| "--initialize-at-build-time=atp.auto.wallet.fn" | |
| ) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment