Skip to content

Commit b0b0e2b

Browse files
authored
add sbt, bazel to integration (#4416)
1 parent 7e7fb16 commit b0b0e2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ Please refer to [customization.md](docs/customization.md) on how to customize th
522522

523523
### [3.2 - Workflow Integration (Maven, Gradle, Github, CI/CD)](#table-of-contents)
524524

525-
Please refer to [integration.md](docs/integration.md) on how to integrate OpenAPI generator with Maven, Gradle, Github and CI/CD.
525+
Please refer to [integration.md](docs/integration.md) on how to integrate OpenAPI generator with Maven, Gradle, sbt, Bazel, Github and CI/CD.
526526

527527
### [3.3 - Online OpenAPI generator](#table-of-contents)
528528

docs/integration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Supported tasks include:
1919

2020
See the [openapi-generator-maven-plugin README](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator-maven-plugin/README.md) for details related to configuring and using the Maven Plugin.
2121

22+
### sbt Integration
23+
24+
Please refer to https://github.com/upstart-commerce/sbt-openapi-generator
25+
26+
### Bazel Integration
27+
28+
Please refer to https://github.com/OpenAPITools/openapi-generator-bazel
29+
2230
### GitHub Integration
2331

2432
To push the auto-generated SDK to GitHub, we provide `git_push.sh` to streamline the process. For example:

0 commit comments

Comments
 (0)