Update check-supported-versions.yaml

Run Maven integration only on Java 8
This commit is contained in:
Jim Schubert 2020-10-24 11:01:36 -04:00 committed by GitHub
parent 3be89e4c00
commit f30d6c8399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ jobs:
run: gradle -b modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle buildGoSdk --stacktrace
- name: Test Maven plugin integration
if: matrix.java == '8'
shell: bash
run: |
cd modules/openapi-generator-maven-plugin