Skip to content

Commit c4ceba4

Browse files
build: add now required charset config to mvn-javadoc-plugin (#39698)
## Description Since last upgrade of `maven-javadoc-plugin` charset difinition is required. Ref: apache/maven-javadoc-plugin#1245 ## Checklist <!--- Please delete options that are not relevant. Boxes should be checked by reviewer. --> - [ ] Enable backports when necessary (fex. [for bug fixes](https://github.com/camunda/camunda/blob/main/CONTRIBUTING.md#backporting-changes) or [for CI changes](https://github.com/camunda/camunda/wiki/CI-&-Automation#when-to-backport-ci-changes)). ## Related issues closes #
2 parents 9c7f068 + 47faff3 commit c4ceba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<artifactId>maven-javadoc-plugin</artifactId>
5555
<version>${plugin.version.javadoc}</version>
5656
<configuration>
57+
<charset>UTF-8</charset>
5758
<source>${version.java}</source>
5859
<quiet>true</quiet>
5960
<additionalOptions>-Xdoclint:none</additionalOptions>

0 commit comments

Comments
 (0)