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

spotless apply

parent 5d1026e1
No related branches found
No related tags found
2 merge requests!681Production Release | nshmp-haz,!680NSHM Unit Tests
...@@ -91,8 +91,8 @@ task testConus2018(type: Test) { ...@@ -91,8 +91,8 @@ task testConus2018(type: Test) {
group = "verification" group = "verification"
testLogging { testLogging {
exceptionFormat "full" exceptionFormat "full"
} }
useJUnitPlatform() useJUnitPlatform()
jvmArgs( jvmArgs(
...@@ -110,8 +110,8 @@ task testHawaii2021(type: Test) { ...@@ -110,8 +110,8 @@ task testHawaii2021(type: Test) {
group = "verification" group = "verification"
testLogging { testLogging {
exceptionFormat "full" exceptionFormat "full"
} }
useJUnitPlatform() useJUnitPlatform()
jvmArgs( jvmArgs(
......
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