Skip to content

Commit

Permalink
Update to Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritofeng committed Dec 21, 2023
1 parent b6af565 commit b4244af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand All @@ -39,4 +39,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit b4244af

Please sign in to comment.