We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dfa01 commit d4fa36aCopy full SHA for d4fa36a
1 file changed
pom.xml
@@ -119,6 +119,11 @@
119
<groupId>org.apache.maven.plugins</groupId>
120
<artifactId>maven-compiler-plugin</artifactId>
121
<version>3.15.0</version>
122
+ <configuration>
123
+ <release>21</release>
124
+ <source>21</source>
125
+ <target>21</target>
126
+ </configuration>
127
</plugin>
128
<plugin>
129
0 commit comments