Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rDScw-0025Pp-FE for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 13 Dec 2023 17:02:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rDScu-00Fvdz-Ge for pgsql-jdbc-commits@arkaria.postgresql.org; Wed, 13 Dec 2023 17:02:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rDScu-00Fvdn-9b for pgsql-jdbc-commits@lists.postgresql.org; Wed, 13 Dec 2023 17:02:28 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rDScr-00Bp6E-HF for pgsql-jdbc-commits@lists.postgresql.org; Wed, 13 Dec 2023 17:02:27 +0000 Received: from github.com (hubbernetes-node-4f00135.ac4-iad.github.net [10.52.134.22]) by smtp.github.com (Postfix) with ESMTPA id 75FEE5E121E for ; Wed, 13 Dec 2023 09:02:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702486943; bh=sQqA33EzwpIj2uctRYUgy4FmA+gv2GGLPLK0Knkgzqk=; h=Date:From:To:Subject:From; b=V5LY/7WM777B42sM2C7dALxWJg1Op3+YEImQaAUVek5DCPHlbQ2Tz91JDm2u8yQhP mvCbeeyp0nb2/YWgMZ50i9K4QVCSLjSyJV6RhgSuOTZqUdC95GDt+dqUdjQbjMpkDh Dg/duDgLZOeGS64WGFvnJSAQ1zc4t+yU0aT00i1M= Date: Wed, 13 Dec 2023 09:02:23 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 259cbe: chore: make sure the build fails with a reasonable... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc-commits@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 259cbe54f852818165b7cc7dfab5c8a612eff102 https://github.com/pgjdbc/pgjdbc/commit/259cbe54f852818165b7cc7dfab5c8a612eff102 Author: Vladimir Sitnikov Date: 2023-12-13 (Wed, 13 Dec 2023) Changed paths: M settings.gradle.kts Log Message: ----------- chore: make sure the build fails with a reasonable message if the build Java version is less than 17