Skip to content

Commit

Permalink
Fix buildifier warning suppression for @rules_java
Browse files Browse the repository at this point in the history
The warning categories were changed in the most recent release.

PiperOrigin-RevId: 715273098
Change-Id: I4669296002c661c8515853754c1d718c2e1be248
  • Loading branch information
hvadehra authored and rules_java Copybara committed Jan 14, 2025
1 parent 43ca043 commit 4e2b65f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/private/native.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

# Unused with Bazel@HEAD, used by the compatibility layer for older Bazel versions

# buildifier: disable=native-java
# buildifier: disable=native-java-common
native_java_common = java_common

# buildifier: disable=native-java
# buildifier: disable=native-java-info
NativeJavaInfo = JavaInfo

# buildifier: disable=native-java
# buildifier: disable=native-java-plugin-info
NativeJavaPluginInfo = JavaPluginInfo

# Used for some private native APIs that we can't replicate just yet in Starlark
Expand Down

0 comments on commit 4e2b65f

Please sign in to comment.