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 1rNzLs-000BHV-UD for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 11 Jan 2024 18:00:25 +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 1rNzLr-00DwPx-DW for pgsql-jdbc-commits@arkaria.postgresql.org; Thu, 11 Jan 2024 18:00:23 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rNzLr-00DwPo-5D for pgsql-jdbc-commits@lists.postgresql.org; Thu, 11 Jan 2024 18:00:23 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rNzLo-00137Y-DA for pgsql-jdbc-commits@lists.postgresql.org; Thu, 11 Jan 2024 18:00:21 +0000 Received: from github.com (hubbernetes-node-07d14a5.va3-iad.github.net [10.48.143.40]) by smtp.github.com (Postfix) with ESMTPA id C98118C1113 for ; Thu, 11 Jan 2024 10:00:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704996018; bh=ty4Nvqwz1I5u86yczCaDQOt/B9IELJqsY3944LnMU+s=; h=Date:From:To:Subject:From; b=KbrcOxQ6LNXVas7cUzvsvHt/LTjGD9+wy1m/u1eqFl5rD3uDD26vMIstdnsIcxXfm Qn8mVTkg933PBr0k/J3ge6O6TuiH0cFNpCyZyXAw5KMIM1g2ah3VLy+KH4TwOd/tie CP3auw7gzt6oC6VMuJz0u9PfjfYajGkjBWqm2Sy4= Date: Thu, 11 Jan 2024 10:00:18 -0800 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] d91843: chore: disable OpenRewrite unless -PskipOpenrewrit... 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: d91843a1c056ebe61343b1d3c0123bc42dcd7730 https://github.com/pgjdbc/pgjdbc/commit/d91843a1c056ebe61343b1d3c0123bc42dcd7730 Author: Vladimir Sitnikov Date: 2024-01-11 (Thu, 11 Jan 2024) Changed paths: M build-logic/build-parameters/build.gradle.kts M build-logic/verification/src/main/kotlin/build-logic.style.gradle.kts Log Message: ----------- chore: disable OpenRewrite unless -PskipOpenrewrite=false provided explicitly We currently depend on -SNAPSHOT version, and it is not very stable.