Closed taiyungwang closed 3 years ago
I had to add this to make it works with the 0.1.5:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "openapi_tools_generator_bazel",
strip_prefix = "openapi-generator-bazel-0.1.5",
sha256 = "455b0edab3c4910047c0698d4b40fd794fc6e86ad57cc7254fe95a648819a2eb",
urls = ["https://github.com/OpenAPITools/openapi-generator-bazel/archive/0.1.5.tar.gz"],
)
load("@openapi_tools_generator_bazel//:defs.bzl", "openapi_tools_generator_bazel_repositories")
# You can provide any version of the CLI that has been uploaded to Maven
openapi_tools_generator_bazel_repositories(
openapi_generator_cli_version = "5.0.1",
)
@taiyungwang I've fixed the issue by attaching the tar.gz file to the release. Please try again.
Sorry for the inconvenience caused by this.
The package mentioned on the README for 0.1.5 is not published. URL returns a not found response.