mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
github actions: use Java 11 also for release builds as gradle 7.1.1 depends on it.
This commit is contained in:
parent
579bff9f03
commit
17e9d2e618
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -25,11 +25,11 @@ jobs:
|
|||
# echo "${{ secrets.RELEASE_KEYSTORE }}" -d -o release.keystore release.keystore.asc
|
||||
# gpg --batch --passphrase "${{ secrets.RELEASE_KEYSTORE_GPG }}" -d -o release.keystore release.keystore.asc
|
||||
|
||||
- name: set up JDK 8
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 8
|
||||
distribution: "adopt"
|
||||
java-version: 11
|
||||
distribution: "temurin"
|
||||
|
||||
- name: Cache Gradle dependencies
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue