mskcc / LimsRest

the restful service used by the IGO LIMS
2 stars 2 forks source link

Adding local target to gradle #126

Closed DavidStreid closed 4 years ago

DavidStreid commented 4 years ago

Forces specification of "dev" or "local" in the gradle.properties target field. dev is for tango & local is for local credentials (e.g. "apistreidd")

$ find . -type f -name "*.war"
./build/libs/LimsRest##-1.17.3d.war
./build/libs/LimsRest##-1.17.3.war
./build/libs/LimsRest##-1.17.3l.war
mskbot commented 4 years ago

Can one of the admins verify this patch?