Skip to content

Commit

Permalink
Update nightlydeploy.yml (#3299)
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
2 parents 8502ce7 + bdb1129 commit c9ba634
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: 17
distribution: 'temurin'

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

0 comments on commit c9ba634

Please sign in to comment.