Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import android_persistent_workers.bazelrc

common --java_language_version=17
common --java_runtime_version=17
common --tool_java_language_version=17
Expand Down
2 changes: 2 additions & 0 deletions examples/basicapp/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Worker-mode settings
import android_persistent_workers.bazelrc
# Config for library desugaring
common:core_library_desugaring --desugar_java8_libs

Expand Down
1 change: 1 addition & 0 deletions examples/basicapp/android_persistent_workers.bazelrc