Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created March 30, 2022 19:13
Show Gist options
  • Select an option

  • Save recursivecodes/4cd07e149aebe4ec6892b020380713f6 to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/4cd07e149aebe4ec6892b020380713f6 to your computer and use it in GitHub Desktop.
build.gradle
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