Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Oct 6, 2023
1 parent cc9570a commit df455eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: ๐Ÿƒ JDK 17๋กœ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.
- name: ๐Ÿƒ JDK 11๋กœ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'temurin'


Expand Down

0 comments on commit df455eb

Please sign in to comment.