Skip to content

Commit

Permalink
Suppress beta api to prepare for bzlmod migration in opensource.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718581836
  • Loading branch information
mollyibot authored and copybara-github committed Jan 23, 2025
1 parent 6e5797a commit 2a918cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions transpiler/java/com/google/j2cl/transpiler/ast/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package(
java_library(
name = "ast",
srcs = glob(["*.java"]),
javacopts = ["-Xep:BetaApi:OFF"],
deps = [
"//third_party:auto_value",
"//third_party:guava",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package(
java_library(
name = "closure",
srcs = glob(["*.java"]),
javacopts = ["-Xep:BetaApi:OFF"],
deps = [
"//third_party:gson",
"//third_party:guava",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ licenses(["notice"])
java_library(
name = "javac",
srcs = glob(["*.java"]),
javacopts = ["-Xep:BetaApi:OFF"],
deps = [
"//third_party:auto_value",
"//third_party:guava",
Expand Down
1 change: 1 addition & 0 deletions transpiler/java/com/google/j2cl/transpiler/passes/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package(
java_library(
name = "passes",
srcs = glob(["*.java"]),
javacopts = ["-Xep:BetaApi:OFF"],
deps = [
"//third_party:auto_value",
"//third_party:guava",
Expand Down

0 comments on commit 2a918cf

Please sign in to comment.