try to use Gradle 6.9.3 instead the old 5.1.1 from Travis

This commit is contained in:
Volker Berlin 2023-02-26 23:00:19 +01:00
parent 4826818075
commit 810e40aeb1
No known key found for this signature in database
GPG Key ID: 988423EF815BE4CB

View File

@ -10,7 +10,7 @@ before_install:
- unzip -qq gradle-6.9.3-bin.zip
- export GRADLE_HOME=$PWD/gradle-6.9.3
- export PATH=$GRADLE_HOME/bin:$PATH
- chmod +x gradlew
- gradle -v
deploy:
# deploy to Github