Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Rename set to depset (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmos authored and pmbethe09 committed Aug 29, 2017
1 parent 14d8609 commit 9cf2680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/appengine.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def _war_impl(ctxt):
inputs = [zipper]
cmd += ["mkdir -p %s/WEB-INF/lib" % build_output]

transitive_deps = set()
transitive_deps = depset()
for jar in ctxt.attr.jars:
if hasattr(jar, "java"): # java_library, java_import
transitive_deps += jar.java.transitive_runtime_deps
Expand Down

0 comments on commit 9cf2680

Please sign in to comment.