mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
BraveNewPipe: update release.yml workflow to use java 17
This commit is contained in:
parent
6fb382579c
commit
d09783e0ab
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -28,10 +28,10 @@ jobs:
|
|||
- name: generate ChangeLog
|
||||
run: |
|
||||
git show --no-patch HEAD --format='%B' > customChangeLogFile
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
distribution: "temurin"
|
||||
|
||||
- name: Cache Gradle dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue