mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-13 16:03:43 +00:00
Specify Gradle version (#21720)
This commit is contained in:
parent
3e577d58c3
commit
6ff9e67bad
7
.github/workflows/linux.yaml
vendored
7
.github/workflows/linux.yaml
vendored
@ -10,6 +10,9 @@ on:
|
||||
- master
|
||||
- '[5-9]+.[0-9]+.x'
|
||||
|
||||
env:
|
||||
GRADLE_VERSION: '8.14.3'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: 'Build: JDK ${{ matrix.java }} (${{ matrix.os }})'
|
||||
@ -65,7 +68,9 @@ jobs:
|
||||
|
||||
- name: Test Gradle plugin usage
|
||||
shell: bash
|
||||
run: gradle -b modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle buildGoSdk --stacktrace
|
||||
run: gradle --project-dir modules/openapi-generator-gradle-plugin/samples/local-spec buildGoSdk --stacktrace
|
||||
with:
|
||||
gradle-version: ${{ env.GRADLE_VERSION }}
|
||||
|
||||
- name: Test Maven plugin integration
|
||||
if: matrix.java == '11'
|
||||
|
Loading…
x
Reference in New Issue
Block a user