Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
main_class
error in java_fuzz_test
In certain situations, `java_fuzz_test`s failed with ``` ERROR: Projects/fuzz-sample/BUILD:3:15: in java_binary rule //:JavaFuzzTest_metadata_: need at least one of 'main_class' or Java source files ERROR: Projects/fuzz-sample/BUILD:3:15: in java_binary rule //:JavaFuzzTest_metadata_: main_class was not provided and cannot be inferred: source path doesn't include a known root (java, javatests, src, testsrc) ERROR: Projects/fuzz-sample/BUILD:3:15: Analysis of target '//:JavaFuzzTest_metadata_' failed ``` This is fixed by marking the metadata jar as non-executable.
- Loading branch information