Skip to content

Commit 2b81887

Browse files
authored
Adds the same fix to docker build profile
1 parent 45083a8 commit 2b81887

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,11 @@
15571557
<plugin>
15581558
<groupId>org.apache.maven.plugins</groupId>
15591559
<artifactId>maven-javadoc-plugin</artifactId>
1560+
<configuration>
1561+
<encoding>UTF-8</encoding>
1562+
<docencoding>UTF-8</docencoding>
1563+
<charset>UTF-8</charset>
1564+
</configuration>
15601565
<executions>
15611566
<execution>
15621567
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)