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 71fa676 commit cfc677cCopy full SHA for cfc677c
.travis.yml
@@ -136,7 +136,7 @@ script:
136
- mvn clean compile -f modules/openapi-generator-maven-plugin/examples/multi-module/pom.xml
137
# test gradle plugin
138
- (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew buildGoSdk)
139
- - (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew openApiGenerate)
+ - (cd modules/openapi-generator-gradle-plugin/samples/local-spec && ./gradlew generateGoWithInvalidSpec)
140
after_success:
141
# push to maven repo
142
- if [ $SONATYPE_USERNAME ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
0 commit comments