Skip to content

Commit 5e36dc7

Browse files
committed
Chore: SK-27 fixture Gradle 실행 환경 수정
1 parent 4a4491f commit 5e36dc7

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/sk27-fixture-build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
with:
2121
distribution: temurin
2222
java-version: '21'
23-
cache: gradle
23+
- uses: gradle/actions/setup-gradle@v4
24+
with:
25+
gradle-version: '9.1.0'
2426
- name: Generate fixture documentation
2527
working-directory: template/spring-boot-kotlin-multi-module
2628
run: |
27-
chmod +x gradlew
28-
./gradlew spotlessApply
29-
./gradlew :declarative-rest-docs:springTest :declarative-rest-docs:springFixtureOpenApiJson :declarative-rest-docs:springFixtureOpenApiYaml
30-
./gradlew build
29+
gradle spotlessApply
30+
gradle :declarative-rest-docs:springTest :declarative-rest-docs:springFixtureOpenApiJson :declarative-rest-docs:springFixtureOpenApiYaml
31+
gradle build
3132
- name: Commit generated JSON and YAML
3233
run: |
3334
if git diff --quiet -- template/spring-boot-kotlin-multi-module/declarative-rest-docs/fixtures/spring-restdocs/generated; then

0 commit comments

Comments
 (0)