Martin Wiesner created OPENNLP-1470:
---------------------------------------
Summary: Modernize maven.yml to fix deprecation warnings
Key: OPENNLP-1470
URL: https://issues.apache.org/jira/browse/OPENNLP-1470
Project: OpenNLP
Issue Type: Task
Components: Build, Packaging and Test
Affects Versions: 2.1.0, 2.1.1
Reporter: Martin Wiesner
Assignee: Martin Wiesner
In the build output of GH actions we find warnings like this:
{quote}Warning: The `save-state` command is deprecated and will be disabled
soon. Please upgrade to using Environment Files. For more information see:
[https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/]
{quote}
and
{quote}Warning: The `set-output` command is deprecated and will be disabled
soon. Please upgrade to using Environment Files. For more information see:
[https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/]
{quote}
Therefore, _maven.yml_ needs some modernizations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)