From 049f5670c78b765f4be4f9226e75fefc3ee5ba3d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 16 Dec 2024 11:28:43 +0100 Subject: [PATCH] In contributor docs, don't try to download releases from snapshot repo To improve build times and reduce load on the snapshot server --- contributor-docs/code-change-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contributor-docs/code-change-guide.md b/contributor-docs/code-change-guide.md index b4300103454c..5d344aa89a44 100644 --- a/contributor-docs/code-change-guide.md +++ b/contributor-docs/code-change-guide.md @@ -375,6 +375,9 @@ Follow these steps for Maven projects. Maven-Snapshot maven snapshot repository https://repository.apache.org/content/groups/snapshots/ + + false + ```