We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e577d5 commit 6ff9e67Copy full SHA for 6ff9e67
.github/workflows/linux.yaml
@@ -10,6 +10,9 @@ on:
10
- master
11
- '[5-9]+.[0-9]+.x'
12
13
+env:
14
+ GRADLE_VERSION: '8.14.3'
15
+
16
jobs:
17
build:
18
name: 'Build: JDK ${{ matrix.java }} (${{ matrix.os }})'
@@ -65,7 +68,9 @@ jobs:
65
68
66
69
- name: Test Gradle plugin usage
67
70
shell: bash
- run: gradle -b modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle buildGoSdk --stacktrace
71
+ run: gradle --project-dir modules/openapi-generator-gradle-plugin/samples/local-spec buildGoSdk --stacktrace
72
+ with:
73
+ gradle-version: ${{ env.GRADLE_VERSION }}
74
75
- name: Test Maven plugin integration
76
if: matrix.java == '11'
0 commit comments