Skip to content

Commit 7e3e1c0

Browse files
authored
chore: set example encoding to utf-8 (#161)
1 parent 80d92cb commit 7e3e1c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<artifactId>examples</artifactId>
99
<version>0.1-SNAPSHOT</version>
1010
<name>Playwright Client Examples</name>
11+
<properties>
12+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13+
</properties>
1114
<dependencies>
1215
<dependency>
1316
<groupId>com.microsoft.playwright</groupId>

0 commit comments

Comments
 (0)