We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e96e6 commit f4749fcCopy full SHA for f4749fc
pom.xml
@@ -7,6 +7,12 @@
7
<name>CRUCA</name>
8
<description>Management software for the restaurants and cafes at UCA.</description>
9
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
+
16
<dependencies>
17
<dependency>
18
<groupId>junit</groupId>
0 commit comments