File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments