Set up Bazel
This commit is contained in:
parent
77a9267877
commit
f8266d0682
2 changed files with 2 additions and 1 deletions
2
.bazelrc
2
.bazelrc
|
|
@ -1,2 +1,2 @@
|
||||||
# use the local JDK for everything
|
# use the local JDK for everything
|
||||||
build --tool_java_runtime_version=remote_jdk11
|
build --tool_java_runtime_version=remotejdk11_linux
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
bazel-*
|
||||||
Loading…
Reference in a new issue