4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export MAVEN_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
|
|
./mvnw -T1C clean package -DskipTests=true
|