aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorEric Chang <erichang@google.com>2022-12-09 13:37:14 -0800
committerDagger Team <dagger-dev+copybara@google.com>2022-12-09 13:40:08 -0800
commit4eb111df95d3f3b8ed11900aac753119d4ca3645 (patch)
tree56251866dc8504e69a026a71387b0f4568d24398 /util
parentb8870291f5179ae57d0b1f3c41b43712bb0fd5e4 (diff)
downloaddagger2-4eb111df95d3f3b8ed11900aac753119d4ca3645.tar.gz
Upgrade to Bazel 5.3.2.
Reorganizes and updates some of the WORKSPACE deps and reorders them as apparently there are some ordering issues with loads in our deps. The Skylib rules had to come earlier than the Kotlin ones I believe. Also disables a couple tests due to https://github.com/bazelbuild/bazel/issues/16087. RELNOTES=n/a PiperOrigin-RevId: 494252477
Diffstat (limited to 'util')
-rwxr-xr-xutil/deploy-to-maven-central.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/deploy-to-maven-central.sh b/util/deploy-to-maven-central.sh
index 0bf4b64cc..b7e9c8f26 100755
--- a/util/deploy-to-maven-central.sh
+++ b/util/deploy-to-maven-central.sh
@@ -13,8 +13,8 @@ shift 2
$(dirname $0)/validate-dagger-version.sh "$VERSION_NAME"
BAZEL_VERSION=$(bazel --version)
-if [[ $BAZEL_VERSION != *"4.2.1"* ]]; then
- echo "Must use Bazel version 4.2.1"
+if [[ $BAZEL_VERSION != *"5.3.2"* ]]; then
+ echo "Must use Bazel version 5.3.2"
exit 4
fi