Skip to content

Commit 4444fa0

Browse files
committed
Update pom.xml to use Java 8
1 parent 7abfd42 commit 4444fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<version>3.2.5</version>
8686
</requireMavenVersion>
8787
<requireJavaVersion>
88-
<!-- enforce =1.7 so that we compile against the right JRE -->
89-
<version>[1.7,)</version>
88+
<!-- enforce =1.8 so that we compile against the right JRE -->
89+
<version>[1.8,)</version>
9090
</requireJavaVersion>
9191
</rules>
9292
</configuration>
@@ -118,8 +118,8 @@
118118
<artifactId>maven-compiler-plugin</artifactId>
119119
<version>3.8.1</version>
120120
<configuration>
121-
<source>1.7</source>
122-
<target>1.7</target>
121+
<source>1.8</source>
122+
<target>1.8</target>
123123
</configuration>
124124
</plugin>
125125
<plugin>

0 commit comments

Comments
 (0)