Skip to content

Commit

Permalink
Replace --experimental_persistent_javac with its expansion
Browse files Browse the repository at this point in the history
This flag is being deleted, replace it with its expansion.

PiperOrigin-RevId: 492486245
  • Loading branch information
Googler authored and copybara-github committed Dec 2, 2022
1 parent 2ab3074 commit 0561534
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ build --watchfs
build --spawn_strategy=local
build --strategy=J2cl=worker
build --strategy=Closure=worker
build --experimental_persistent_javac
build --strategy=Javac=worker
build --strategy=JavaIjar=local
build --strategy=JavaDeployJar=local
build --strategy=JavaSourceJar=local
build --strategy=Turbine=local

test --test_output=errors

Expand Down

0 comments on commit 0561534

Please sign in to comment.