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 1ovgfR-0006uA-Ot for pgsql-jdbc@arkaria.postgresql.org; Thu, 17 Nov 2022 15:19:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ovgeR-0000gV-JB for pgsql-jdbc@arkaria.postgresql.org; Thu, 17 Nov 2022 15:18:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ovgeR-0000db-A7 for pgsql-jdbc@lists.postgresql.org; Thu, 17 Nov 2022 15:18:03 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ovgeL-0007aY-CA for pgsql-jdbc@lists.postgresql.org; Thu, 17 Nov 2022 15:18:02 +0000 Received: from github.com (hubbernetes-node-6e8b09a.ac4-iad.github.net [10.52.208.25]) by smtp.github.com (Postfix) with ESMTPA id 5249660007B for ; Thu, 17 Nov 2022 07:17:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1668698276; bh=V7LynnCCuTOP/wi7IGUhS4ROxcXdvk++Uh5tHfkd4uQ=; h=Date:From:To:Subject:From; b=QOILU1KWtC5+AtI7F6oXu/Q+cvr/rPfJUBOoVvmgRz5nBAPjV7WL3JKEbsqHPReI3 Of9yNXRGHP0doYhhBPDDkgEmQQ98wA5PzhYlJbmjdRIOrJTvUoZkRPfLgpgMg+whTa 71CO6j3hYO3cRBSdQ3ksiK/T3htqIQWR7SFdghso= Date: Thu, 17 Nov 2022 07:17:56 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 76564a: chore: build shadow and osgi bundle when running .... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@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/release/42.2 Home: https://github.com/pgjdbc/pgjdbc Commit: 76564a8593326bfa70165f5c3027f7e44de357d6 https://github.com/pgjdbc/pgjdbc/commit/76564a8593326bfa70165f5c3027f7e44de357d6 Author: Vladimir Sitnikov Date: 2022-11-17 (Thu, 17 Nov 2022) Changed paths: M pgjdbc-jre6/build.gradle.kts M pgjdbc-jre7/build.gradle.kts Log Message: ----------- chore: build shadow and osgi bundle when running ./gradlew build for jre6 and jre7 Fixes https://github.com/pgjdbc/pgjdbc/issues/2665