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 dc3502dbaf1 Tweak renovate.json again
dc3502dbaf1 is described below
commit dc3502dbaf1c8186d4c4838f14c19331a9904884
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed May 13 20:21:19 2026 +0200
Tweak renovate.json again
---
.github/renovate.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/renovate.json b/.github/renovate.json
index c4e222a25f2..4646267ac95 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -9,7 +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",
+ "install-tool java 21.0.11+10.0.LTS",
"./gradlew resolveAndLockAll --write-locks",
"./gradlew kotlinUpgradeYarnLock",
"./gradlew updateLicenses"