Skip to content

Commit

Permalink
#589: Fix NLS bundles for Linux and MacOS (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex authored Nov 21, 2024
1 parent 1f060ef commit 8fd99a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE

Release with new features and bugfixes:

* https://github.com/devonfw/IDEasy/issues/589[#589]: Fix NLS Bundles for Linux and MacOS
* https://github.com/devonfw/IDEasy/issues/764[#764]: IDEasy not working properly in CMD
* https://github.com/devonfw/IDEasy/issues/754[#754]: Again messages break processable command output

Expand Down
1 change: 0 additions & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
<imageName>${imageName}</imageName>
<buildArgs>
<arg>--enable-url-protocols=http,https</arg>
<arg>-H:IncludeResources="nls/.*"</arg>
<arg>--initialize-at-build-time=org.apache.commons</arg>
</buildArgs>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"resources": {
"includes": [
{"pattern": "nls/.*"}
]
}
}

0 comments on commit 8fd99a8

Please sign in to comment.