Skip to content

Commit

Permalink
Merge pull request #5 from wnsrl1228/develop
Browse files Browse the repository at this point in the history
배포시 자바버전 수정
  • Loading branch information
wnsrl1228 authored Sep 3, 2024
2 parents acdd35c + 5b9aa99 commit 2d44cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
submodules: true
token: ${{secrets.SUBMODULES_ACCESS_KEY}}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 2d44cc6

Please sign in to comment.