Resolves: NSHM Gradle Download
Resolves #547 (closed)
- Gradle will only download NSHMs on unit test
- Gradle will download CONUS 2018 on
./gradlew run
- Update Alaska 2023 NSHM results
The reason Gradle was downloading the NSHMs all the time is that the tasks where not using doFirst
or doLast
.
Edited by Clayton, Brandon Scott