mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-04 21:18:22 +08:00
6 lines
133 B
Bash
6 lines
133 B
Bash
#!/bin/sh
|
|
|
|
printf "Code verification before submission"
|
|
|
|
./mvnw clean checkstyle:checkstyle findbugs:findbugs cobertura:cobertura -X
|