Skip to content

Commit

Permalink
Specify the locale for the javadoc build
Browse files Browse the repository at this point in the history
Currently the locale is determined by the system what can result in
slightly different results.

This configures the locale to be always 'en' (+removes an old comment)
  • Loading branch information
laeubi committed Jan 6, 2024
1 parent 5114823 commit 302e7bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=453757
<resolveWithExecutionEnvironmentConstraints>false</resolveWithExecutionEnvironmentConstraints>
-->
<target>
<artifact>
<groupId>org.eclipse</groupId>
Expand Down Expand Up @@ -618,6 +615,7 @@
<splitindex>true</splitindex>
<breakiterator>true</breakiterator>
<notimestamp>true</notimestamp>
<locale>en</locale>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<use>true</use>
Expand Down

0 comments on commit 302e7bf

Please sign in to comment.