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

removed stale comments

parent dc5950e3
No related branches found
No related tags found
2 merge requests!644Production Release | nshmp-haz,!640Service updates
/*
* In order to build and run services locally,
* one needs to include the following directorie(s) in the root project (they
* are ignored by git):
*
* models/
* ak/
* 2007/
* wus/
* 2008/
* 2014/
* 2014b/
* 2018/
* ceus/
* 2008/
* 2014/
* 2018/
*
* ...with each 'year' directory being an alias to the corresponding
* git repository. One only needs to include the model they will run in the services.
*
* Then build the JAR file: ./gradlew assemble
*
* One can then specify the model to run in the services:
* java -jar build/libs/nshmp-haz.jar --models=/path/to/models
*
* Where <MODEL> is one of the model enums in nshmp.www.Model
*/
plugins { plugins {
id "application" id "application"
id "com.diffplug.spotless" version "${spotlessVersion}" id "com.diffplug.spotless" version "${spotlessVersion}"
......
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