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

use function

parent 71fa764d
No related branches found
No related tags found
2 merge requests!690Production Release | nshmp-haz,!689Resolves: NSHM Gradle Download
...@@ -65,7 +65,7 @@ tasks.withType(JavaExec) { ...@@ -65,7 +65,7 @@ tasks.withType(JavaExec) {
def defaultYear = 2018 def defaultYear = 2018
if (!(new File("${nshmDir}/${defaultRepo}-${defaultYear}").exists())) { if (!(new File("${nshmDir}/${defaultRepo}-${defaultYear}").exists())) {
downloadNshm(defaultRepo, defaultYear) downloadNshm(findNshm(defaultRepo, defaultYear))
} }
} }
......
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