From 8bc352e0efff06aaa15eb01b7817b69caad59453 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Mon, 30 May 2022 09:05:28 -0600 Subject: [PATCH] removed stale comments --- build.gradle | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/build.gradle b/build.gradle index d501fb01b..c3b7e91b1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,32 +1,3 @@ -/* - * 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 { id "application" id "com.diffplug.spotless" version "${spotlessVersion}" -- GitLab