Skip to content

Commit f4749fc

Browse files
Modified the compiler version to use in the pom file.
1 parent e4e96e6 commit f4749fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<name>CRUCA</name>
88
<description>Management software for the restaurants and cafes at UCA.</description>
99

10+
<properties>
11+
<maven.compiler.source>11</maven.compiler.source>
12+
<maven.compiler.target>11</maven.compiler.target>
13+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14+
</properties>
15+
1016
<dependencies>
1117
<dependency>
1218
<groupId>junit</groupId>

0 commit comments

Comments
 (0)