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

Apply spotless

parent 84ba5636
No related branches found
No related tags found
2 merge requests!577Production Release | nshmp-haz,!574Resolves - Gradle Build
...@@ -81,12 +81,12 @@ tasks.withType(JavaCompile) { ...@@ -81,12 +81,12 @@ tasks.withType(JavaCompile) {
tasks.withType(JavaExec) { tasks.withType(JavaExec) {
jvmArgs( jvmArgs(
'-noverify', '-noverify',
'-Xms2g', '-Xms2g',
'-Xmx8g', '-Xmx8g',
'-XX:TieredStopAtLevel=1', '-XX:TieredStopAtLevel=1',
'-Dcom.sun.management.jmxremote', '-Dcom.sun.management.jmxremote',
) )
} }
/* Add HTML reports to SpotBugs */ /* Add HTML reports to SpotBugs */
......
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