Skip to content

Commit

Permalink
🔧 JDK 버전 변경(21->17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinajeong committed Oct 28, 2024
1 parent 6f3b0a3 commit 5fe4dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '17'
distribution: 'corretto'


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group = 'com.moneygement.lyf.jarvis'
version = '0.0.1'

java {
sourceCompatibility = '21'
sourceCompatibility = '17'
}

repositories {
Expand Down

0 comments on commit 5fe4dfc

Please sign in to comment.