1 parent f73e4a4 commit 712bb69Copy full SHA for 712bb69
1 file changed
pom.xml
@@ -28,6 +28,15 @@
28
<artifactId>maven-war-plugin</artifactId>
29
<version>3.2.2</version> <!-- Use the latest version -->
30
</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>
40
</plugins>
41
</build>
42
<distributionManagement>
0 commit comments