33 lines
1007 B
INI
33 lines
1007 B
INI
# Copyright 2022 Google LLC. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the License);
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# -*- protobuffer -*-
|
|
# proto-message: BuildConfig
|
|
|
|
# The version of bazel to use to test the rules_kotlin.
|
|
# Update this as newer versions of bazel are released.
|
|
build_params {
|
|
key: "bazel_version"
|
|
value: "5.1.0"
|
|
}
|
|
|
|
env_vars {
|
|
key: "bazel_version"
|
|
value: "$[bazel_version]"
|
|
}
|
|
|
|
gfile_resources: "/x20/teams/bazel/releases/bazel-$[bazel_version]-linux-x86_64"
|
|
|
|
build_file: "presubmit/kokoro/presubmit.sh"
|