[pgjdbc/pgjdbc] 4a4e66: fix: avoid removal type annotations on "this" so t...

From: Vladimir Sitnikov <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 4a4e66: fix: avoid removal type annotations on "this" so t...
Date: 2020-08-25 10:15:29
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/51152e-4a4e66@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 4a4e664a868421e4ea8283b685a8abdf4ec907ab
https://github.com/pgjdbc/pgjdbc/commit/4a4e664a868421e4ea8283b685a8abdf4ec907ab
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2020-08-25 (Tue, 25 Aug 2020)

Changed paths:
M pgjdbc/build.gradle.kts

Log Message:
-----------
fix: avoid removal type annotations on "this" so the source archive is buildable

"this" type annotations are Java 8+, so we no longer need to remove them.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jason Breitman 2020-08-26 22:59:31 GSSAPI Authentication using a CNAME
Previous Message Vladimir Sitnikov 2020-08-21 20:18:23 [pgjdbc/pgjdbc] 51152e: chore: remove dependency between checkstyle and co...