Skip to content

Commit

Permalink
Revert "Reapply "Automatic code cleanup."" (#6476)
Browse files Browse the repository at this point in the history
This reverts commit 697b9a9.

Co-authored-by: Mai Hussien <[email protected]>
(cherry picked from commit 6da9ea8)
  • Loading branch information
LeFrosch authored and mai93 committed Jun 13, 2024
1 parent 68ef1e8 commit d21b52e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion aspect/build_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ load(
"CPP_COMPILE_ACTION_NAME",
"C_COMPILE_ACTION_NAME",
)
load("@rules_java//java:defs.bzl", "JavaInfo")

ALWAYS_BUILD_RULES = "java_proto_library,java_lite_proto_library,java_mutable_proto_library,kt_proto_library_helper,_java_grpc_library,_java_lite_grpc_library,kt_grpc_library_helper,java_stubby_library,kt_stubby_library_helper,aar_import,java_import"

Expand Down
1 change: 0 additions & 1 deletion aspect/fast_build_info.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""An aspect to gather info needed by the FastBuildService."""

load("@rules_java//java:defs.bzl", "JavaInfo", "java_common")
load(
":artifacts.bzl",
"artifact_location",
Expand Down
1 change: 0 additions & 1 deletion aspect/intellij_info_impl.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Implementation of IntelliJ-specific information collecting aspect."""

load("@rules_java//java:defs.bzl", "JavaInfo", "java_common")
load(
":artifacts.bzl",
"artifact_location",
Expand Down
2 changes: 0 additions & 2 deletions aspect/java_classpath.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""An aspect which extracts the runtime classpath from a java target."""

load("@rules_java//java:defs.bzl", "JavaInfo")

def _runtime_classpath_impl(target, ctx):
"""The top level aspect implementation function.
Expand Down

0 comments on commit d21b52e

Please sign in to comment.