mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
updated java version
This commit is contained in:
4
.github/workflows/pack_monorepo.yaml
vendored
4
.github/workflows/pack_monorepo.yaml
vendored
@@ -15,8 +15,8 @@ jobs:
|
|||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'zulu'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
|
|||||||
Reference in New Issue
Block a user