We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b996953 + 317ce88 commit 43d8a9eCopy full SHA for 43d8a9e
1 file changed
pom.xml
@@ -62,13 +62,13 @@
62
<testSourceDirectory>src/test/java</testSourceDirectory>
63
64
<plugins>
65
- <!-- Compile Sources using Java 8 -->
+ <!-- Compile Sources using Java 11 -->
66
<plugin>
67
<artifactId>maven-compiler-plugin</artifactId>
68
<version>3.8.1</version>
69
<configuration>
70
- <source>1.8</source>
71
- <target>1.8</target>
+ <source>11</source>
+ <target>11</target>
72
</configuration>
73
</plugin>
74
0 commit comments