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.
1 parent 0add0da commit 54c2324Copy full SHA for 54c2324
pom.xml
@@ -64,6 +64,14 @@
64
</execution>
65
</executions>
66
</plugin>
67
+ <plugin>
68
+ <groupId>org.apache.maven.plugins</groupId>
69
+ <artifactId>maven-compiler-plugin</artifactId>
70
+ <version>3.11.0</version>
71
+ <configuration>
72
+ <release>17</release>
73
+ </configuration>
74
+ </plugin>
75
</plugins>
76
</build>
77
0 commit comments