Skip to content

Commit c0660d8

Browse files
authoredDec 14, 2023
docs: add note about maven-gpg-plugin version (#570)
1 parent 2f7af1b commit c0660d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docs/advanced-usage.md

+2
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ If `gpg-private-key` input is provided, the private key will be written to a fil
361361

362362
See the help docs on [Publishing a Package](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-apache-maven-for-use-with-github-packages#publishing-a-package) for more information on the `pom.xml` file.
363363

364+
***NOTE***: If the error that states, `gpg: Sorry, no terminal at all requested - can't get input` [is encountered](https://github.com/actions/setup-java/issues/554), please update the version of `maven-gpg-plugin` to 1.6 or higher.
365+
364366
## Apache Maven with a settings path
365367

366368
When using an Actions self-hosted runner with multiple shared runners the default `$HOME` directory can be shared by a number runners at the same time which could overwrite existing settings file. Setting the `settings-path` variable allows you to choose a unique location for your settings file.

0 commit comments

Comments
 (0)
Please sign in to comment.