You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to publish my project to Maven Central using mill.
Setting up is quite fast & easy. But then I discovered that I cannot select the key used in PGP signing meanwhile there are multiple key pairs in my local machine.
I think maybe add a protected Option[String] member to PublishModule that specifies the key name and pass it all the way to here and then use it as the -u param of the gpg command will solve this issue.
What do you think about this change? If it's good, may I create a PR for this?
The text was updated successfully, but these errors were encountered:
lxohi
changed the title
Cannot select PGP key when sining files
Cannot select PGP key when signing files
Jan 21, 2019
Hi,
I'm trying to publish my project to Maven Central using mill.
Setting up is quite fast & easy. But then I discovered that I cannot select the key used in PGP signing meanwhile there are multiple key pairs in my local machine.
I think maybe add a protected
Option[String]
member toPublishModule
that specifies the key name and pass it all the way to here and then use it as the-u
param of the gpg command will solve this issue.What do you think about this change? If it's good, may I create a PR for this?
The text was updated successfully, but these errors were encountered: