File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
2- # (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
3- # on the input provided by the users and this file will be overwritten every time when the option is
4- # enabled (which is the exact opposite of the default behaviour to not overwrite
5- # .openapi-generator-ignore if the file exists).
6-
71# OpenAPI Generator Ignore
82# Generated by openapi-generator https://github.com/openapitools/openapi-generator
93
2721#docs/*.md
2822# Then explicitly reverse the ignore rule for a single file:
2923#!docs/README.md
30-
31- # The following entries are pre-populated based on the input obtained via
32- # the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
33- .travis.yml
Original file line number Diff line number Diff line change 11.github/workflows/maven.yml
22.gitignore
3+ .openapi-generator-ignore
4+ .travis.yml
35README.md
46api/openapi.yaml
57build.gradle
Original file line number Diff line number Diff line change 1+ #
2+ # Generated by OpenAPI Generator: https://openapi-generator.tech
3+ #
4+ # Ref: https://docs.travis-ci.com/user/languages/java/
5+ #
6+ language : java
7+ jdk :
8+ - openjdk12
9+ - openjdk11
10+ - openjdk10
11+ - openjdk9
12+ - openjdk8
13+ before_install :
14+ # ensure gradlew has proper permission
15+ - chmod a+x ./gradlew
16+ script :
17+ # test using maven
18+ # - mvn test
19+ # test using gradle
20+ - gradle test
21+ # test using sbt
22+ # - sbt test
You can’t perform that action at this time.
0 commit comments