Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use mvn wrapper for check_version.sh
Browse files Browse the repository at this point in the history
mkristian committed May 2, 2015
1 parent a7014a1 commit 906f102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/check_versions.sh
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@ gem_version=${jar_version/-/.}

rm -rf maven/*/target/*

mvn install -Pbootstrap
mvn -Pcomplete
mvn -Pdist
mvn -Pjruby-jars
mvn -Pjruby-tests
mvn -Pmain
./mvnw install -Pbootstrap
./mvnw -Pcomplete
./mvnw -Pdist
./mvnw -Pjruby-jars
./mvnw -Pjruby-tests
./mvnw -Pmain

declare -a failed
failed[0]=0

0 comments on commit 906f102

Please sign in to comment.