bazeltools / bazel_jar_jar

JarJar rules for bazel (rename packages and classes in existing jars)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bazel 0.27 support

anchlovi opened this issue · comments

With bazel 0.27 jar_jar fails with:

ERROR: /private/var/tmp/_bazel_shacharan/52a3a48b2e83e46b4653d13ddfd011fd/external/com_github_johnynek_bazel_jar_jar/jar_jar.bzl:26:22: Traceback (most recent call last):
	File "/private/var/tmp/_bazel_shacharan/52a3a48b2e83e46b4653d13ddfd011fd/external/com_github_johnynek_bazel_jar_jar/jar_jar.bzl", line 23
		rule(implementation = _jar_jar_impl, at..."))}, <2 more arguments>)
	File "/private/var/tmp/_bazel_shacharan/52a3a48b2e83e46b4653d13ddfd011fd/external/com_github_johnynek_bazel_jar_jar/jar_jar.bzl", line 26, in rule
		attr.label(allow_files = True, single_file = ...)
'single_file' is no longer supported. use allow_single_file instead. You can use --incompatible_disable_deprecated_attr_params=false to temporarily disable this check.