Skip to content

Commit b78c7d0

Browse files
Changed the target version.
1 parent 8e6d06b commit b78c7d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

terminalCli/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<version>0.0.1-SNAPSHOT</version>
66
<name>CRUCA Terminal Client</name>
77

8+
<properties>
9+
<maven.compiler.source>11</maven.compiler.source>
10+
<maven.compiler.target>11</maven.compiler.target>
11+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12+
</properties>
13+
814
<dependencies>
915
<dependency>
1016
<groupId>es.uca.dss.cruca</groupId>

0 commit comments

Comments
 (0)