git hooks: use ./gradlew to ensure the right gradle version is used

This commit is contained in:
Hans-Christoph Steiner 2018-04-05 23:22:20 +02:00
parent 4a0dd8abe7
commit d06630f287
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ do
fi
fi
gradle checkstyle pmd lint || exit 1
./gradlew checkstyle pmd lint || exit 1
fi
done