Skip to content

Commit 046dcca

Browse files
fix: update supported java version to 16
1 parent a3a92b4 commit 046dcca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-java@v2
1111
with:
12-
distribution: 'temurin'
13-
java-version: '11'
12+
distribution: 'azul'
13+
java-version: '16'
1414
- name: Extract project version
1515
run: |
1616
VERSION=$(./gradlew properties -q | grep "version:" | cut -d ' ' -f 2)

0 commit comments

Comments
 (0)