Skip to content

Commit 9f7e33d

Browse files
authored
Update pom.xml
1 parent 9a7ace2 commit 9f7e33d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
<groupId>rocks.zipcode</groupId>
88
<artifactId>LogginLab1</artifactId>
99
<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>
1019
<dependencies>
1120
<dependency>
1221
<groupId>junit</groupId>
@@ -29,4 +38,4 @@
2938
</dependencies>
3039

3140

32-
</project>
41+
</project>

0 commit comments

Comments
 (0)