Update gradle to nightly of 2026-03-23#15372
Conversation
Review Summary by QodoUpdate Gradle to nightly 2026-03-19 and enhance FAQ documentation
WalkthroughsDescription• Update Gradle to nightly build 9.4.1-20260319034812 • Reorganize FAQ documentation with improved Gradle troubleshooting section • Add comprehensive Gradle command-line execution guide • Restructure compilation-related FAQs for better organization Diagramflowchart LR
A["Gradle Wrapper Config"] -->|Update to nightly| B["gradle-9.4.1-20260319034812"]
C["FAQ Documentation"] -->|Reorganize sections| D["Gradle troubleshooting guide"]
C -->|Add command-line guide| E["gg.cmd usage instructions"]
C -->|Restructure| F["Compilation section"]
File Changes1. gradle/wrapper/gradle-wrapper.properties
|
Code Review by Qodo
1.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Validation error filed at gradle/actions#903 |
This comment has been minimized.
This comment has been minimized.
✅ All tests passed ✅🏷️ Commit: 5d6a42b Learn more about TestLens at testlens.app. |
This reverts commit 57552ee.
…o fix-group-icons * 'fix-group-icons' of github.com:geovani-rocha/jabref: (26 commits) chore(deps): update dependency org.apache.logging.log4j:log4j-to-slf4j to v2.25.4 (JabRef#15436) chore(deps): update jackson monorepo to v3.1.1 (JabRef#15435) Fix PushToPreferences reset and import (JabRef#15395) Add fulltext fetcher for Wiley via their TDM API (JabRef#15388) Embed in-text nature in reference marks for CSL citations (JabRef#15381) Chore(deps): Bump com.gradleup.shadow:shadow-gradle-plugin (JabRef#15430) Fix not on fx thread exceptions for cleanup and cite key generator (JabRef#15424) Revert "Update gradle to nightly of 2026-03-23 (JabRef#15372)" feat: add benchmarks for Lucene fulltext search and linked file indexing, including setup and teardown of the index. (JabRef#15385) Chore(deps): Bump org.openrewrite.recipe:rewrite-recipe-bom (JabRef#15418) Add claude gitignore (JabRef#15413) Fix group filter icon in side pane (JabRef#15408) Add new prs_link feature Chore(deps): Bump org.glassfish.hk2:hk2-api in /versions (JabRef#15422) Chore(deps): Bump org.openrewrite.rewrite from 7.28.2 to 7.29.0 (JabRef#15419) Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15417) Fix for inconsistent "hide tab bar" behavior (JabRef#15409) Update dependency org.glassfish.hk2:hk2-utils to v4 (JabRef#15407) Persist file notifications (JabRef#15403) Update dependency org.glassfish.hk2:hk2-locator to v4 (JabRef#15405) ...
* Update gradle to nightly of 2026-03-19 * Add FAQ on gradle (and remove outdated FAQ) * Fix casing * Add --stop * Fix header formatting in FAQ section * Fix capitalization of 'Gradle' in FAQ * Update search * Update wrapper * Restore valid .jar
This reverts commit 57552ee.
PR Description
With gradle/gradle#34227 being merged, we can use the nightly build (and 9.5.0-rc1 as soon as it is out)
https://gradle.org/release-nightly/
Steps to test
See CI passing
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)