Skip to content

Commit d4fa36a

Browse files
Update pom.xml
1 parent 40dfa01 commit d4fa36a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-compiler-plugin</artifactId>
121121
<version>3.15.0</version>
122+
<configuration>
123+
<release>21</release>
124+
<source>21</source>
125+
<target>21</target>
126+
</configuration>
122127
</plugin>
123128
<plugin>
124129
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)