Skip to content
Snippets Groups Projects
Commit 7c33c7e0 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add lambda runtime

parent 5c17b8e3
No related branches found
No related tags found
Loading
...@@ -96,3 +96,12 @@ test { ...@@ -96,3 +96,12 @@ test {
excludeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests" excludeTestsMatching "gov.usgs.earthquake.nshmp.model.NshmTests"
} }
} }
graalvmNative.toolchainDetection = false
micronaut {
runtime("lambda_java")
processing {
incremental(true)
annotations("gov.usgs.earthquake.nshmp.www.*")
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment