This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 2b6a340d03b renovate.json - remove install-tool command
2b6a340d03b is described below
commit 2b6a340d03bf44337daff085390da8f923237bf5
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu May 14 00:16:44 2026 +0200
renovate.json - remove install-tool command
---
.github/renovate.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index a94880e90f2..539e69a5670 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -3,7 +3,6 @@
"includePaths": ["versions.*", "build.gradle", ".github/workflows/*"],
"postUpgradeTasks": {
"commands": [
- "java -version 2>&1 | grep -q '21\\.' || install-tool java
21.0.11+10.0.LTS",
"./gradlew --write-locks",
"./gradlew updateLicenses"
],