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