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

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