Message-ID: From: "mkoncek (@mkoncek)" To: "pgjdbc/pgjdbc" Date: Mon, 28 Apr 2025 13:15:42 +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: mkoncek X-GitHub-Comment-Id: 2835208666 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3607 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3607#issuecomment-2835208666 Content-Type: text/plain; charset=utf-8 Now Copr build fails because the Gradle build somehow only accepts Java 17: ``` A problem occurred configuring project ':postgresql'. > Failed to query the value of task ':postgresql:compileJava' property 'options.release'. > Failed to calculate the value of task ':postgresql:compileJava' property 'javaCompiler'. > Cannot find a Java installation on your machine (Linux 6.11.8-300.fc41.x86_64 amd64) matching: {languageVersion=17, vendor=any vendor, implementation=vendor-specific}. Toolchain download repositories have not been configured. ```