embulk / embulk-output-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk
Other
88 stars 86 forks source link

Upgrade the Gradle wrapper to 7.6.1, with enabling the Java toolchain #317

Closed hiroyuki-sato closed 1 year ago

hiroyuki-sato commented 1 year ago

Replacing lockfile using the following commands.

for i in embulk-output-* ; do ./gradlew ${i}:dependencies --write-locks ; done
fd embulkPluginRuntime.lockfile | xargs rm -f
hiroyuki-sato commented 1 year ago

@dmikurube, Could you take a look when you get a chance?

hiroyuki-sato commented 1 year ago

@dmikurube @hito4t I removed the Guava and unified the variable name. Could you recheck this PR when you get a chance?

hiroyuki-sato commented 1 year ago

Thank you for the comments! Fixed coding styles!

hiroyuki-sato commented 1 year ago

@dmikurube , @hito4t Thanks! Could you merge this commit? (I don't have permission). Do you think I should squash this PR?

dmikurube commented 1 year ago

I don't think squash is needed. Let me merge this as @hito4t has also approved. Thanks for working on it!

hiroyuki-sato commented 1 year ago

Thanks!