Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Sep 27, 2024
1 parent 028ea04 commit 12133ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ public DiffAwareness maybeCreate(
ImmutableList.of(
PrecomputedValue.injected(
RepositoryDelegatorFunction.RESOLVED_FILE_INSTEAD_OF_WORKSPACE,
Optional.empty()),
PrecomputedValue.injected(
RepositoryDelegatorFunction.VENDOR_DIRECTORY,
Optional.empty())));
BuildLanguageOptions buildLanguageOptions = Options.getDefaults(BuildLanguageOptions.class);
buildLanguageOptions.incompatibleAutoloadExternally = ImmutableList.of();
Expand Down

0 comments on commit 12133ea

Please sign in to comment.