Skip to content

Commit

Permalink
add encoding in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Aug 2, 2022
1 parent d2f0931 commit ff13e0d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ SOFTWARE
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>eo-math</name>
<properties>
<eolang.version>0.25.0</eolang.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<description>Math Primitives for EO Programming Language</description>
<url>https://github.com/objectionary/eo-math</url>
<inceptionYear>2022</inceptionYear>
Expand Down Expand Up @@ -94,7 +99,7 @@ SOFTWARE
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>0.25.0</version>
<version>${eolang.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -113,7 +118,7 @@ SOFTWARE
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
<version>0.24.0</version>
<version>${eolang.version}</version>
<executions>
<execution>
<id>compile</id>
Expand Down

0 comments on commit ff13e0d

Please sign in to comment.