Skip to content

Commit

Permalink
#406 version up to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 29, 2023
1 parent fabf63f commit 44afd99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion system.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java.runtime.version=1.7
java.runtime.version=1.8

0 comments on commit 44afd99

Please sign in to comment.