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 9cb04c1 commit 1870fbbCopy full SHA for 1870fbb
.github/workflows/linux.yaml
@@ -10,9 +10,6 @@ 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 }})'
@@ -47,6 +44,10 @@ jobs:
47
44
restore-keys: |
48
45
${{ runner.os }}-gradle-
49
46
+ - uses: gradle/actions/setup-gradle@v3
+ with:
+ gradle-version: '8.14.3'
50
+
51
- name: Setup Maven
52
uses: s4u/[email protected]
53
with:
@@ -69,8 +70,6 @@ jobs:
69
70
- name: Test Gradle plugin usage
71
shell: bash
72
run: gradle --project-dir modules/openapi-generator-gradle-plugin/samples/local-spec buildGoSdk --stacktrace
- with:
73
- gradle-version: ${{ env.GRADLE_VERSION }}
74
75
- name: Test Maven plugin integration
76
if: matrix.java == '11'
0 commit comments