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 00382ca commit 15293e7Copy full SHA for 15293e7
.github/workflows/linux.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Test Gradle plugin usage
67
shell: bash
68
- run: gradle -b modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle buildGoSdk --stacktrace
+ run: gradle --include-build modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle buildGoSdk --stacktrace
69
70
- name: Test Maven plugin integration
71
if: matrix.java == '11'
0 commit comments