Skip to content

Commit 8f3fc64

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
Maven compiler settings
1 parent a57e843 commit 8f3fc64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
<properties>
4040
<java.version>21</java.version>
4141
<maven.compiler.release>${java.version}</maven.compiler.release>
42+
<maven.compiler.source>${java.version}</maven.compiler.source>
43+
<maven.compiler.target>${java.version}</maven.compiler.target>
4244
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4345
<slf4j.version>[1.7.36,3.0)</slf4j.version>
4446
<junit-jupiter.version>[5.10.3,6.0)</junit-jupiter.version>

0 commit comments

Comments
 (0)