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 22:56:31 +01:00
parent 3cccd27b35
commit 4826818075
No known key found for this signature in database
GPG Key ID: 988423EF815BE4CB

View File

@ -1,10 +1,17 @@
dist: jammy
language: java
gradle: 6.9.3
jdk:
- openjdk8
before_install:
# Download and install Gradle 6.9.3
- wget https://services.gradle.org/distributions/gradle-6.9.3-bin.zip
- 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
deploy:
# deploy to Github
provider: releases