This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 0cdc1da2df7 Force renovatebot to run with java 21 (#4426)
0cdc1da2df7 is described below
commit 0cdc1da2df7ce5c9d9df67be76070ab78c7c5d3c
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed May 13 17:04:51 2026 +0200
Force renovatebot to run with java 21 (#4426)
---
.github/renovate.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/renovate.json b/.github/renovate.json
index df8acf11e36..c4e222a25f2 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -9,6 +9,7 @@
"includePaths": ["gradle/libs.versions.toml", "versions.*", "build.gradle",
".github/workflows/*"],
"postUpgradeTasks": {
"commands": [
+ "java -version 2>&1 | grep -q '21\\.' || install-tool java
21.0.11+10.0.LTS",
"./gradlew resolveAndLockAll --write-locks",
"./gradlew kotlinUpgradeYarnLock",
"./gradlew updateLicenses"