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

remove print

parent ac9cf01f
No related branches found
No related tags found
1 merge request!217Container Registry
Pipeline #369636 failed
dependencies { dependencies {
// NSHMP // NSHMP
System.out.println(System.getenv("NSHMP_LIB_LOCAL"))
if (System.getenv("NSHMP_LIB_LOCAL") == "true") { if (System.getenv("NSHMP_LIB_LOCAL") == "true") {
implementation files("../nshmp-lib/build/libs/nshmp-lib.jar") implementation files("../nshmp-lib/build/libs/nshmp-lib.jar")
} else { } else {
......
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