Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Set Java version for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Sep 4, 2020
1 parent 60db783 commit 703030b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Build project
run: |
./gradlew :projector-client-web:browserProductionWebpack
Expand Down

0 comments on commit 703030b

Please sign in to comment.