From c4ce06dcae84424d9e1bba48ef1899ef9d5de455 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 16 Feb 2021 11:29:15 -0700
Subject: [PATCH] update to latest nshmp-lib

---
 build.gradle      | 4 +++-
 gradle.properties | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 1baa4b3..1b5de8a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,6 +2,7 @@ plugins {
   id "application"
   id "com.diffplug.gradle.spotless" version "${spotlessVersion}"
   id "com.github.johnrengelman.shadow" version "${shadowVersion}"
+  id "com.github.node-gradle.node" version "3.0.1"
   id "com.github.spotbugs" version "${spotbugsVersion}"
   id "com.star-zero.gradle.githook" version "${githooksVersion}"
   id "eclipse-wtp"
@@ -98,7 +99,8 @@ gradle.afterProject {
     }
     into nshmpLib
   }
-  apply from: "${nshmpLibGradleDir}/spotbugs.gradle"
   apply from: "${nshmpLibGradleDir}/git-hooks.gradle"
+  apply from: "${nshmpLibGradleDir}/markdownlint.gradle"
+  apply from: "${nshmpLibGradleDir}/spotbugs.gradle"
   apply from: "${nshmpLibGradleDir}/spotless.gradle"
 }
diff --git a/gradle.properties b/gradle.properties
index 858f636..89c3a7a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,7 +7,7 @@ logbackVersion = 1.2.3
 mnOpenAPIVersion = 1.4.0
 mnVersion = 1.3.2
 netcdfVersion = 5.1.0
-nshmpLibVersion = 0.2.9
+nshmpLibVersion = 0.2.11
 shadowVersion = 5.2.0
 slfVersion = 1.7.30
 spotbugsVersion = 4.2.4
-- 
GitLab