Skip to content
Snippets Groups Projects
Commit 4cbc7a86 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

added lib local support

parent 02f9bdcd
No related branches found
No related tags found
2 merge requests!193Production Release | nshmp-ws,!188Run build and readme updates
dependencies { dependencies {
// NSHMP // NSHMP
implementation "ghsc:nshmp-lib:${nshmpLibVersion}" System.out.println(System.getenv("NSHMP_LIB_LOCAL"))
if (System.getenv("NSHMP_LIB_LOCAL") == "true") {
implementation files("../nshmp-lib/build/libs/nshmp-lib.jar")
} else {
implementation "ghsc:nshmp-lib:${nshmpLibVersion}"
}
implementation "ghsc:nshmp-ws-utils:${nshmpWsUtilsVersion}" implementation "ghsc:nshmp-ws-utils:${nshmpWsUtilsVersion}"
// Micronaut // Micronaut
......
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