4 lines
106 B
Bash
Executable file
4 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mvn -Dfindbugs.maxHeap=4096 -Dfindbugs.timeout=6000000 compile findbugs:findbugs findbugs:gui
|
|
|