Skip to content

Commit c42b268

Browse files
committed
U change source encoding to utf-8
1 parent 465ad43 commit c42b268

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<properties>
1414
<maven.compiler.target>11</maven.compiler.target>
1515
<maven.compiler.source>11</maven.compiler.source>
16+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1617
</properties>
1718

1819
<dependencies>
@@ -82,7 +83,7 @@
8283
<url>https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20190518-c61d16c-win64-shared.zip</url>
8384
<unpack>true</unpack>
8485
<outputDirectory>${project.basedir}</outputDirectory>
85-
<md5>100B55A2F13C11B019FA8E8CCCE644A7</md5>
86+
<md5>100b55a2f13c11b019fa8e8ccce644a7</md5>
8687
</configuration>
8788
</execution>
8889
<execution>
@@ -95,7 +96,7 @@
9596
<url>http://balabolka.site/balcon.zip</url>
9697
<unpack>true</unpack>
9798
<outputDirectory>${project.basedir}/balcon</outputDirectory>
98-
<md5>4F3AD67483D5315FA3E213293248CEAF</md5>
99+
<md5>4f3ad67483d5315fa3e213293248ceaf</md5>
99100
</configuration>
100101
</execution>
101102
</executions>

0 commit comments

Comments
 (0)