Skip to content

Commit e005e7b

Browse files
committed
Fix Java source version to 1.7, set source encoding to UTF-8
1 parent 48b1dd4 commit e005e7b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<version>0.2.5</version>
1010
<packaging>jar</packaging>
1111

12+
<properties>
13+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14+
<maven.compiler.source>1.7</maven.compiler.source>
15+
<maven.compiler.target>1.7</maven.compiler.target>
16+
</properties>
17+
1218
<dependencies>
1319
<dependency>
1420
<groupId>junit</groupId>
@@ -40,7 +46,7 @@
4046
<groupId>ca.umontreal.iro</groupId>
4147
<artifactId>ssj</artifactId>
4248
<version>2.5</version>
43-
</dependency>
49+
</dependency>
4450
<dependency>
4551
<groupId>com.google.code.gson</groupId>
4652
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)