GoogleCloudPlatform / functions-framework-java

FaaS (Function as a service) framework for writing portable Java functions
Apache License 2.0
133 stars 63 forks source link

chore: update gpg maven plugin to make it compatible with gpg v2.1+ #182

Closed kenneth-rosario closed 1 year ago

kenneth-rosario commented 1 year ago

Latest kokoro release failed. See https://github.com/GoogleCloudPlatform/functions-framework-java/pull/181 for more details.

It appears that extra flags are needed in gpg v2.1+ which caused the gpg plugin to break. From searching it seems that version 3.0.1 for the maven gpg plugin added logic that makes the plugin work for version v2.1+ of gpg as seen in https://github.com/apache/maven-gpg-plugin/commit/11aca384c4005747d797dcc4857280d0d578d05f/

Sources: https://stackoverflow.com/questions/53992950/maven-gpg-plugin-failing-with-inappropriate-ioctl-for-device-when-running-unde#comment118063505_53992951