Skip to content

Commit

Permalink
bump JDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAbdulbasit committed Feb 13, 2024
1 parent 8bc616f commit 692046c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_web_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
persist-credentials: false

- name: Set up JDK 17
- name: Set up JDK 19
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 17
java-version: 19

- name: Build Project
run: ./gradlew wasmJsBrowserProductionWebpack
Expand Down

0 comments on commit 692046c

Please sign in to comment.