mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
switch CI Java distribution from temurin to oracle
This commit is contained in:
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v5
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java-version }}
|
java-version: ${{ matrix.java-version }}
|
||||||
distribution: 'temurin'
|
distribution: 'oracle'
|
||||||
cache: 'gradle'
|
cache: 'gradle'
|
||||||
|
|
||||||
- name: Check dependencies
|
- name: Check dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user