Skip to content

Commit

Permalink
using java 17 in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
corrupt committed Jun 22, 2023
1 parent e5f4e2a commit 840293e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: create and push an image upload-client
run: |
cd upload-client
Expand Down

0 comments on commit 840293e

Please sign in to comment.