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

Commit f3f93d3

Browse files
author
Severi Haverila
committed
define source encoding
1 parent 23c4c9b commit f3f93d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<name>OpenCV Mobile Image Recognition Library</name>
1010
<description>Library for image recognition that can be used in mobile testing with for example Appium</description>
1111
<url>https://github.com/bitbar/opencv-library</url>
12+
<properties>
13+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14+
</properties>
1215
<licenses>
1316
<license>
1417
<name>Apache License, Version 2.0</name>

0 commit comments

Comments
 (0)