Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Jan 11, 2024
1 parent 956e714 commit be3cbc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ snapshot () {

release () {
echo "--- Release ---"
./mvnw clean package release:prepare release:perform -P prod -Dmaven.test.skip=true -Darguments="-DskipTests -Dmaven.deploy.skip=true"
./mvnw clean
./mvnw release:prepare -P prod -Dmaven.test.skip=true -Darguments="-DskipTests -Dmaven.deploy.skip=true"
./mvnw release:perform -P prod -Dmaven.test.skip=true -Darguments="-DskipTests -Dmaven.deploy.skip=true"
}

echo "GLC Building Tool"
Expand Down

0 comments on commit be3cbc7

Please sign in to comment.