bazelbuild / rules_typescript

MOVED to https://github.com/bazelbuild/rules_nodejs/tree/3.x/third_party/github.com/bazelbuild/rules_typescript
https://github.com/bazelbuild/rules_nodejs
Apache License 2.0
275 stars 94 forks source link

fix: remove incompatible license attribute from compilation #511

Closed devversion closed 4 years ago

devversion commented 4 years ago

In the past, the license attribute has been added. This attribute seems to be no longer available in the latest versions of Bazel. The attribute is only available with the "no-incompatible" Bazel command line flag. See: https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/packages/semantics/BuildLanguageOptions.java;l=395-405?q=incompatible_no_attr_license&ss=bazel.

We should make sure the rules are compatible with the most recent versions of Bazel.

alexeagle commented 4 years ago

Included in https://github.com/bazelbuild/rules_nodejs/pull/2237 - you can probably close this one