mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-17 20:58:31 +01:00
java-17, distribution eclipse temurin
This commit is contained in:
parent
98cc12d892
commit
846ae6925c
9
.github/workflows/gradle.yml
vendored
9
.github/workflows/gradle.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
java: [1.8]
|
||||
java: [8]
|
||||
include: # test newest java on one os only, upload from ubuntu java8
|
||||
- os: ubuntu-latest
|
||||
java: 1.15
|
||||
java: 17
|
||||
- os: ubuntu-latest
|
||||
upload: true
|
||||
|
||||
@ -24,9 +24,10 @@ jobs:
|
||||
id: ci-env
|
||||
uses: FranzDiebold/github-env-vars-action@v2
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v1
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.java }}
|
||||
|
||||
- name: Cache Gradle packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user