Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 28 Apr 2025 13:32:05 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3607: Copr: Use Java 21 as the build dependency In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2835260580 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-04-28T13:32:39Z X-GitHub-Issue: 3607 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3607#issuecomment-2835260580 Content-Type: text/plain; charset=utf-8 @mkoncek , we do use Java 17 by default, however, there's an option to adjust it: `./gradlew .. -PjdkBuildVersion=21 ...` Could you give it a try? It might be time to go for Java 21 by default for the build though.