Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit b7aae91

Browse files
Updated pom.xml to enable Jacoco output (#1175)
1 parent f380f84 commit b7aae91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/bot-dialogs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-surefire-plugin</artifactId>
166166
<configuration>
167-
<argLine>-Dfile.encoding=UTF-8</argLine>
167+
<argLine>${argLine} -Dfile.encoding=UTF-8</argLine>
168168
</configuration>
169169
</plugin>
170170
</plugins>

0 commit comments

Comments
 (0)