Skip to content

Commit

Permalink
Merge pull request #74 from comius:add-module-to-release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 486619154
Change-Id: I1ddcc549d475d7cb58ef9a93e2633502d5f8dd24
  • Loading branch information
copybara-github committed Nov 7, 2022
2 parents b4e66f9 + 3d36f1d commit b392c46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_java-{TAG}.tar.gz"
}
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ filegroup(
"AUTHORS",
"BUILD",
"LICENSE",
"MODULE.bazel",
"//java:srcs",
"//toolchains:srcs",
],
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(
name = "rules_java",
compatibility_level = 1,
version = "5.3.2",
version = "5.3.3",
)

bazel_dep(name = "platforms", version = "0.0.4")
Expand Down
2 changes: 1 addition & 1 deletion java/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load("//java/private:native.bzl", "NativeJavaInfo", "NativeJavaPluginInfo", "nat
# Do not touch: This line marks the end of loads; needed for PR importing.

_MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"
version = "5.3.2"
version = "5.3.3"

def _add_tags(attrs):
if "tags" in attrs and attrs["tags"] != None:
Expand Down

0 comments on commit b392c46

Please sign in to comment.