Created
March 30, 2022 19:13
-
-
Save recursivecodes/4cd07e149aebe4ec6892b020380713f6 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", | |
| "-H:ReflectionConfigurationFiles=/home/app/resources/reflectionconfig.json" | |
| ) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment