rename files/packages

This commit is contained in:
CodingCat
2016-03-01 23:35:59 -05:00
parent 55e36893cd
commit f8fff6c6fc
36 changed files with 211 additions and 199 deletions

View File

@@ -75,7 +75,7 @@ if [ ${TASK} == "java_test" ]; then
set -e
make jvm-packages
cd jvm-packages
./create_wrap.sh
./create_jni.sh
mvn clean install -DskipTests=true
mvn test
fi