Skip to content
Snippets Groups Projects
Commit 8bf2769f authored by Nathan's avatar Nathan
Browse files

fix: fix pom.xml to fix mvn package

parent 0c935556
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,8 @@ ...@@ -47,12 +47,8 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version> <version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UFT-8</encoding>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment