diff --git a/build.gradle b/build.gradle index 1baa4b322ff240be3053bad94c5b5d93958d9d61..1b5de8a37a31885b204c4f45269a1d6ed1cadcf9 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 858f636991b51c616b5b8403fca7016ed2d3f5cb..89c3a7a18ca1fcc6a0d949741072c833e594a035 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