This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git
commit b1dff1b8eeb66ddad93e21ddaacd4ec3e6c83c58 Author: Adam Monsen <[email protected]> AuthorDate: Wed Feb 11 09:28:19 2026 -0800 use Java 25 --- build.gradle | 2 +- update-archive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 29a647f..e724f84 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ repositories { java { toolchain { - languageVersion = JavaLanguageVersion.of(21) + languageVersion = JavaLanguageVersion.of(25) } } diff --git a/update-archive.yml b/update-archive.yml index 4cd390d..6118853 100644 --- a/update-archive.yml +++ b/update-archive.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/setup-java@v5 with: distribution: 'zulu' - java-version: '21' + java-version: '25' - name: Fetch messages env:
