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 f186b996044 Add a renovatebot post-upgrade task for 9x This installs
Java21, which is required for gradle 8.10
f186b996044 is described below
commit f186b99604495c38cdaf30b8a10b0bb5425d56f7
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed May 13 17:23:44 2026 +0200
Add a renovatebot post-upgrade task for 9x
This installs Java21, which is required for gradle 8.10
---
.github/renovate.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/renovate.json b/.github/renovate.json
index 539e69a5670..a94880e90f2 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -3,6 +3,7 @@
"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"
],