Skip to content

Commit cfb13b1

Browse files
author
kpeel
committed
refactor: set up jdk 버전 변경
1 parent 804be39 commit cfb13b1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Diff for: .github/workflows/wespot-ci.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
14-
with:
15-
submodules: recursive
16-
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}
17-
- uses: actions/checkout@v3
18-
- name: set up JDK 17
19-
uses: actions/setup-java@v3
20-
with:
21-
java-version: 17
22-
distribution: temurin
23-
cache: gradle
13+
- uses: actions/checkout@v3
14+
with:
15+
submodules: recursive
16+
token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }}
17+
- uses: actions/checkout@v3
18+
- name: set up JDK 21
19+
uses: actions/setup-java@v3
20+
with:
21+
java-version: 21
22+
distribution: temurin
23+
cache: gradle
2424

25-
- name: Grant execute permission for gradlew
26-
run: chmod +x gradlew
25+
- name: Grant execute permission for gradlew
26+
run: chmod +x gradlew
2727

28-
- name: Build with Gradle
29-
run: ./gradlew app:build --stacktrace
28+
- name: Build with Gradle
29+
run: ./gradlew app:build --stacktrace

0 commit comments

Comments
 (0)