We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b63276 commit 373b2bdCopy full SHA for 373b2bd
travis-build.sh
@@ -3,6 +3,10 @@ set -e
3
rm -rf *.zip
4
./gradlew clean check assemble
5
6
+if [ "${TRAVIS_JDK_VERSION}" == "openjdk11" ] ; then
7
+ exit $EXIT_STATUS
8
+fi
9
+
10
filename=$(find build/libs -name "*.jar" | head -1)
11
filename=$(basename "$filename")
12
0 commit comments