Skip to content

Commit 7ad6e85

Browse files
committed
specifying Java 17 version in pom
1 parent 39badf1 commit 7ad6e85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
<artifactId>banking</artifactId>
99
<version>1.0-SNAPSHOT</version>
1010

11+
<properties>
12+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13+
<maven.compiler.source>1.17</maven.compiler.source>
14+
<maven.compiler.target>1.17</maven.compiler.target>
15+
</properties>
16+
1117
<dependencies>
1218
<dependency>
1319
<groupId>org.xerial</groupId>

0 commit comments

Comments
 (0)