Skip to content

Commit d8082af

Browse files
committed
Fix(#10): JDK 수정
1 parent f2ef2e5 commit d8082af

3 files changed

+3
-3
lines changed

.github/workflows/application-calendar-server-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 🏗️ Set up JDK 17
1818
uses: actions/setup-java@v4
1919
with:
20-
distribution: 'amazon-corretto'
20+
distribution: 'temurin'
2121
java-version: '17'
2222

2323
- name: 🎟️ Grant execute permission for gradlew

.github/workflows/application-image-server-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: 🏗️ Set up JDK 17
2121
uses: actions/setup-java@v4
2222
with:
23-
distribution: 'amazon-corretto'
23+
distribution: 'temurin'
2424
java-version: '17'
2525

2626
- name: 🎟️ Grant execute permission for gradlew

.github/workflows/application-notification-server-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 🏗️ Set up JDK 21
1818
uses: actions/setup-java@v4
1919
with:
20-
distribution: 'amazon-corretto'
20+
distribution: 'temurin'
2121
java-version: '21'
2222

2323
- name: 🎟️ Grant execute permission for gradlew

0 commit comments

Comments
 (0)