ci: bump actions/setup-java from 5.1.0 to 5.2.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/f2beeb24e141e01a676f977032f5a29d81c9e27e...be666c2fcd27ec809703dec50e508c2fdc7f6654)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: fbba33ae2735c13327b24a4259241a2bcb34b566
  1. .devcontainer/
  2. .github/
  3. .idea/
  4. .vscode/
  5. build-tools/
  6. dev-docs/
  7. dev-tools/
  8. gradle/
  9. help/
  10. lucene/
  11. .asf.yaml
  12. .dir-locals.el
  13. .editorconfig
  14. .git-blame-ignore-revs
  15. .gitattributes
  16. .gitignore
  17. .lift.toml
  18. .pre-commit-config.yml
  19. .rumdl.toml
  20. build-options.properties
  21. build.gradle
  22. CONTRIBUTING.md
  23. gradlew
  24. gradlew.bat
  25. LICENSE.txt
  26. NOTICE.txt
  27. README.md
  28. settings.gradle
  29. versions.lock
README.md

Apache Lucene

Lucene Logo

Apache Lucene is a high-performance, full-featured text search engine library written in Java.

Build Status Revved up by Develocity

Online Documentation

This README file only contains basic setup instructions. For more comprehensive documentation, visit:

Building

Basic steps

  1. Install JDK 25 using your package manager or download manually from OpenJDK, Adoptium, Azul, Oracle or any other JDK provider.
  2. Clone Lucene's git repository (or download the source distribution).
  3. Run gradle launcher script (gradlew).

We‘ll assume that you know how to get and set up the JDK - if you don’t, then we suggest starting at https://jdk.java.net/ and learning more about Java, before returning to this README.

Contributing

Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing.

  • Additional Developer Documentation: dev-docs/

Discussion and Support