We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abfd42 commit 4444fa0Copy full SHA for 4444fa0
1 file changed
pom.xml
@@ -85,8 +85,8 @@
85
<version>3.2.5</version>
86
</requireMavenVersion>
87
<requireJavaVersion>
88
- <!-- enforce =1.7 so that we compile against the right JRE -->
89
- <version>[1.7,)</version>
+ <!-- enforce =1.8 so that we compile against the right JRE -->
+ <version>[1.8,)</version>
90
</requireJavaVersion>
91
</rules>
92
</configuration>
@@ -118,8 +118,8 @@
118
<artifactId>maven-compiler-plugin</artifactId>
119
<version>3.8.1</version>
120
<configuration>
121
- <source>1.7</source>
122
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
123
124
</plugin>
125
<plugin>
0 commit comments