Skip to content
Snippets Groups Projects
Commit c4ce06dc authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update to latest nshmp-lib

parent 59b66e55
No related branches found
No related tags found
1 merge request!47Poetry setup
...@@ -2,6 +2,7 @@ plugins { ...@@ -2,6 +2,7 @@ plugins {
id "application" id "application"
id "com.diffplug.gradle.spotless" version "${spotlessVersion}" id "com.diffplug.gradle.spotless" version "${spotlessVersion}"
id "com.github.johnrengelman.shadow" version "${shadowVersion}" 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.github.spotbugs" version "${spotbugsVersion}"
id "com.star-zero.gradle.githook" version "${githooksVersion}" id "com.star-zero.gradle.githook" version "${githooksVersion}"
id "eclipse-wtp" id "eclipse-wtp"
...@@ -98,7 +99,8 @@ gradle.afterProject { ...@@ -98,7 +99,8 @@ gradle.afterProject {
} }
into nshmpLib into nshmpLib
} }
apply from: "${nshmpLibGradleDir}/spotbugs.gradle"
apply from: "${nshmpLibGradleDir}/git-hooks.gradle" apply from: "${nshmpLibGradleDir}/git-hooks.gradle"
apply from: "${nshmpLibGradleDir}/markdownlint.gradle"
apply from: "${nshmpLibGradleDir}/spotbugs.gradle"
apply from: "${nshmpLibGradleDir}/spotless.gradle" apply from: "${nshmpLibGradleDir}/spotless.gradle"
} }
...@@ -7,7 +7,7 @@ logbackVersion = 1.2.3 ...@@ -7,7 +7,7 @@ logbackVersion = 1.2.3
mnOpenAPIVersion = 1.4.0 mnOpenAPIVersion = 1.4.0
mnVersion = 1.3.2 mnVersion = 1.3.2
netcdfVersion = 5.1.0 netcdfVersion = 5.1.0
nshmpLibVersion = 0.2.9 nshmpLibVersion = 0.2.11
shadowVersion = 5.2.0 shadowVersion = 5.2.0
slfVersion = 1.7.30 slfVersion = 1.7.30
spotbugsVersion = 4.2.4 spotbugsVersion = 4.2.4
......
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