Skip to content

Commit d7aee8a

Browse files
davidgameroDavid Gamero
andauthored
pin windows gradle version (#21761)
Co-authored-by: David Gamero <[email protected]>
1 parent e1aed29 commit d7aee8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
java -jar ./openapi-generator-cli.jar author template --verbose -g jaxrs-spec --library quarkus
5555
- name: Setup Gradle
5656
uses: gradle/gradle-build-action@v3
57+
with:
58+
gradle-version: '8.14.3'
5759
- name: Gradle tests
5860
run: |
5961
gradle -b modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle buildGoSdk --stacktrace

0 commit comments

Comments
 (0)