We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e033d5 commit 02586b1Copy full SHA for 02586b1
src/main/java/com/bazel_diff/main.java
@@ -230,7 +230,7 @@ public Integer call() throws IOException {
230
Boolean shouldHashAllSourceFiles = false;
231
String universeQuery = "//...";
232
if (exclusive != null) {
233
- if (exclusive.hashAllSourcefiles) {
+ if (exclusive.hashAllSourcefiles != null) {
234
shouldHashAllSourceFiles = exclusive.hashAllSourcefiles;
235
} else {
236
universeQuery = exclusive.universeRdepsQuery;
0 commit comments