mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-14 18:43:27 +01:00
try to use Gradle 6.9.3 instead the old 5.1.1 from Travis
This commit is contained in:
parent
3cccd27b35
commit
4826818075
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user