Skip to content

Commit

Permalink
Initial changes to support bzlmod registration
Browse files Browse the repository at this point in the history
  • Loading branch information
BradHolmes committed Dec 30, 2024
1 parent 5ea617b commit 3f97358
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "openapi_tools_generator_bazel",
version = "0.1.7",
compatibility_level = 0,
)

bazel_dep(name = "rules_pkg", version = "1.0.1")
16 changes: 0 additions & 16 deletions WORKSPACE

This file was deleted.

7 changes: 7 additions & 0 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Copyright 2019 OpenAPI-Generator-Bazel Contributors

workspace(name = "openapi_tools_generator_bazel")

load("//:defs.bzl", "openapi_tools_generator_bazel_repositories")
openapi_tools_generator_bazel_repositories()

0 comments on commit 3f97358

Please sign in to comment.