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

cleanuo

parent 6c9c2b37
No related branches found
No related tags found
2 merge requests!655Production Release | nshmp-haz,!653nshmp-lib Local Development
......@@ -2,8 +2,8 @@
dependencies {
// NSHMP
if (System.getenv('NSHMP_LIB_LOCAL') == 'true') {
implementation files('../nshmp-lib/build/libs/nshmp-lib.jar')
if (System.getenv("NSHMP_LIB_LOCAL") == "true") {
implementation files("../nshmp-lib/build/libs/nshmp-lib.jar")
} else {
implementation "ghsc:nshmp-lib:${nshmpLibVersion}"
}
......
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