We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fcea5 commit dde7491Copy full SHA for dde7491
1 file changed
pom.xml
@@ -34,8 +34,8 @@
34
<plugin>
35
<artifactId>maven-compiler-plugin</artifactId>
36
<configuration>
37
- <source>1.8</source>
38
- <target>1.8</target>
+ <source>3.8.1</source>
+ <target>3.8.1</target>
39
</configuration>
40
</plugin>
41
0 commit comments