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

added proj dir to yaml path

parent a0ad513b
No related branches found
No related tags found
2 merge requests!687Production Release | nshmp-haz,!686MFD service
......@@ -43,7 +43,7 @@ clean.dependsOn cleanNshm
task nshms() {
dependsOn cleanNshm
def yaml = new Yaml()
def nshmConfig = new Yaml().load(new File("nshms.yml").newInputStream())
def nshmConfig = new Yaml().load(new File("${projectDir}/nshms.yml").newInputStream())
doLast {
for (nshm in nshmConfig.nshms) {
......
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