Skip to content

Commit

Permalink
infra: pgjdbc, migrate Maven -> Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Mar 4, 2020
1 parent adaacc0 commit a923bb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci/wercker.sh
Expand Up @@ -53,9 +53,10 @@ no-error-pgjdbc)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
checkout_from https://github.com/pgjdbc/pgjdbc.git
cd .ci-temp/pgjdbc/pgjdbc
mvn -e checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
cd ../../
cd .ci-temp/pgjdbc
git checkout -b gradle origin/gradle
./gradlew --no-parallel --no-daemon checkstyleMain checkstyleTest -PenableMavenLocal -Pcheckstyle.version=${CS_POM_VERSION}
cd ../
rm -rf pgjdbc
;;

Expand Down

0 comments on commit a923bb5

Please sign in to comment.