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 f6134b2 commit 19a5292Copy full SHA for 19a5292
core-java-modules/core-java-security-5/pom.xml
@@ -30,6 +30,14 @@
30
</environmentVariables>
31
</configuration>
32
</plugin>
33
+ <plugin>
34
+ <groupId>org.apache.maven.plugins</groupId>
35
+ <artifactId>maven-compiler-plugin</artifactId>
36
+ <configuration>
37
+ <source>21</source>
38
+ <target>21</target>
39
+ </configuration>
40
+ </plugin>
41
</plugins>
42
</build>
43
0 commit comments