Mai Hussien
Mai Hussien
This is still broken and the error fluctuates between: * Error: Cannot find module 'npm_directory_artifacts/node_modules/protractor/bin/protractor'. Please verify that the package.json has a valid "main" entry, example: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2100#91244208-08b1-4c02-a607-0cd46ee38cf6 * ERROR[runfiles.bash]: cannot...
Thank you @avshenuk. Can you please rebase the PR for the CI tests to pass? Please check the [error](https://buildkite.com/bazel/android-studio-plugin/builds/17333#01838079-3acc-4600-89ed-d70359c81416)
Thank you @ittaiz! With the new sync window the fast-test rerun will be reported as a notification. However, this change is included as part of the commit that removes the...
Thanks @ittaiz I tried the case of compilation error links and it was working for me. For example in the image below, I was able to jump to line 11...
@nkoroste are you still seeing this with new versions of the plugin/IDE?
@tpasternak do you think we can merge https://github.com/bazelbuild/intellij/pull/3900 as a fix for https://github.com/bazelbuild/intellij/issues/3895 then?
Thank you @ittaiz for reporting this, I replied to https://github.com/bazelbuild/intellij/pull/3921. Also thanks for pointing out that there is a problem with fast-test in 2022.2, do you have any findings that...
Thank you @ittaiz. For my example, adding the options to `Custom VM options...` was enough to make it work, I will add this note to the plugin documentation.
I updated bazel_skylib version in rules_jvm_external https://github.com/bazelbuild/rules_jvm_external/pull/742 but some of tests are still failing with this error `(02:23:26) ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/627400a4322f538dd0c1a564239629b9/external/bazel_tools/third_party/ijar/BUILD:47:11: error loading package '@bazel_tools//third_party/zlib': Unable to find package for @rules_license//rules:license.bzl:...
Did you try adding `java_language_level: 8` to your project view file? ([java_language_level documentation](/Users/messa/plugin-code/intellij/examples/java/greetings_project/.ijwb))