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 df1d562 commit e7176f8Copy full SHA for e7176f8
1 file changed
.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,7 @@ 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
73
- name: Test Maven plugin integration
74
if: matrix.java == '11'
0 commit comments