Skip to content

Commit

Permalink
Update nightlydeploy.yml
Browse files Browse the repository at this point in the history
Setting an explicit Java version for the deployment
  • Loading branch information
wadoon authored Oct 16, 2023
1 parent be8c6af commit 590b18c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightlydeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
# fetchReviewers: true

- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'

- name: Build with Gradle
uses: gradle/[email protected]
Expand Down

0 comments on commit 590b18c

Please sign in to comment.