Régis Décamps
Régis Décamps
And this is how I would fix it: ``` --- a/appengine/appengine.bzl +++ b/appengine/appengine.bzl @@ -121,6 +121,9 @@ def _war_impl(ctxt): ``` ```python transitive_deps = set() for jar in ctxt.attr.jars: if hasattr(jar,...
Paul, can you open the description on github? I involuntary pressed send, but edited the issue with more details. To answer your last question, I was expecting to use jars...
Possible duplicate of #55