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 9a7ace2 commit 9f7e33dCopy full SHA for 9f7e33d
pom.xml
@@ -7,6 +7,15 @@
7
<groupId>rocks.zipcode</groupId>
8
<artifactId>LogginLab1</artifactId>
9
<version>1.0-SNAPSHOT</version>
10
+ <plugin>
11
+ <groupId>org.apache.maven.plugins</groupId>
12
+ <artifactId>maven-compiler-plugin</artifactId>
13
+ <version>3.8.0</version>
14
+ <configuration>
15
+ <source>11</source> <!-- maven.compiler.source -->
16
+ <target>11</target> <!-- maven.compiler.target -->
17
+ </configuration>
18
+ </plugin>
19
<dependencies>
20
<dependency>
21
<groupId>junit</groupId>
@@ -29,4 +38,4 @@
29
38
</dependencies>
30
39
31
40
32
-</project>
41
+</project>
0 commit comments