Skip to content

Commit 712bb69

Browse files
authored
Update pom.xml
1 parent f73e4a4 commit 712bb69

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
<artifactId>maven-war-plugin</artifactId>
2929
<version>3.2.2</version> <!-- Use the latest version -->
3030
</plugin>
31+
<plugin>
32+
<groupId>org.apache.maven.plugins</groupId>
33+
<artifactId>maven-compiler-plugin</artifactId>
34+
<version>3.8.1</version> <!-- Use the latest version -->
35+
<configuration>
36+
<source>1.8</source> <!-- Set your source Java version -->
37+
<target>1.8</target> <!-- Set your target Java version -->
38+
</configuration>
39+
</plugin>
3140
</plugins>
3241
</build>
3342
<distributionManagement>

0 commit comments

Comments
 (0)