Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q3bKp-0007WC-5y for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 29 May 2023 11:46:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q3bKn-0008Bx-Mu for pgsql-jdbc-commits@arkaria.postgresql.org; Mon, 29 May 2023 11:46:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q3bKn-0008Bo-GN for pgsql-jdbc-commits@lists.postgresql.org; Mon, 29 May 2023 11:46:45 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q3bKi-002rvA-Lk for pgsql-jdbc-commits@lists.postgresql.org; Mon, 29 May 2023 11:46:44 +0000 Received: from github.com (hubbernetes-node-dd59358.ash1-iad.github.net [10.56.156.42]) by smtp.github.com (Postfix) with ESMTPA id 292C1840023 for ; Mon, 29 May 2023 04:46:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1685360800; bh=ix1WfsALZ5YamEMseUf7w3PA8InkItjWZLKsringFbI=; h=Date:From:To:Subject:From; b=WFNpvZbhRL3Kne6/C73+t7zJ0DDibeR8VPbPY9Na/n1a3p8RT+ORevX7fKkmzx5E3 UmxIBTPZfn7tIK35Gsk0wBjZSdyyB7PvrrUl/deOTnwabL+lI6DQM5E3C2Vfp3bEca EQBN9VwygBo9P+xmGQlc9dvY9wEOIBjNFI6ULKpk= Date: Mon, 29 May 2023 04:46:40 -0700 From: Vladimir Sitnikov To: pgsql-jdbc-commits@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 1f7343: chore: remove com.gradle.plugin-publish dependency 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: 1f734382c51d4d4d6c3bba54e423d0ceb8bab2dd https://github.com/pgjdbc/pgjdbc/commit/1f734382c51d4d4d6c3bba54e423d0ceb8bab2dd Author: Vladimir Sitnikov Date: 2023-05-29 (Mon, 29 May 2023) Changed paths: M build-logic/publishing/build.gradle.kts Log Message: ----------- chore: remove com.gradle.plugin-publish dependency