Skip to content

Commit 48299ea

Browse files
authored
Openapi generator 0.2.1 (#6451)
1 parent 1d8780f commit 48299ea

File tree

5 files changed

+40
-1
lines changed

5 files changed

+40
-1
lines changed

modules/openapi_tools_generator_bazel/0.2.0/presubmit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
bcr_test_module:
22
module_path: "internal/test/bcr"
3+
incompatible_flags:
4+
"--incompatible_autoload_externally=":
5+
- "7.x"
36
matrix:
47
platform:
58
- rockylinux8
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module(
2+
name = "openapi_tools_generator_bazel",
3+
version = "0.2.1",
4+
compatibility_level = 0,
5+
)
6+
7+
bazel_dep(name = "rules_pkg", version = "1.0.1")
8+
openapi_gen = use_extension("@openapi_tools_generator_bazel//:extension.bzl", "openapi_gen")
9+
use_repo(openapi_gen, "openapi_tools_generator_bazel_cli")
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
bcr_test_module:
2+
module_path: "internal/test/bcr"
3+
matrix:
4+
platform:
5+
- rockylinux8
6+
- debian10
7+
- ubuntu2004
8+
- macos
9+
- windows
10+
bazel:
11+
# This needs to exactly match the value used in .bazelversion at the root.
12+
- 7.x
13+
- 8.x
14+
tasks:
15+
verify_targets:
16+
name: Verify build targets
17+
platform: ${{ platform }}
18+
bazel: ${{ bazel }}
19+
build_targets:
20+
- "//:pylib"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-OHeTtOwf6FYSUCGLAS+JSJuzQtNGLFOHrkw3oh+Mx9c=",
3+
"strip_prefix": "openapi-generator-bazel-0.2.1",
4+
"url": "https://github.com/OpenAPITools/openapi-generator-bazel/releases/download/v0.2.1/openapi-generator-bazel-v0.2.1.tar.gz"
5+
}

modules/openapi_tools_generator_bazel/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"github:OpenAPITools/openapi-generator-bazel"
2525
],
2626
"versions": [
27-
"0.2.0"
27+
"0.2.0",
28+
"0.2.1"
2829
],
2930
"yanked_versions": {}
3031
}

0 commit comments

Comments
 (0)