1 parent 345ce9d commit e28ad57Copy full SHA for e28ad57
1 file changed
pom.xml
@@ -21,6 +21,19 @@
21
<version>2.5</version>
22
</dependency>
23
</dependencies>
24
+<build>
25
+ <plugins>
26
+ <plugin>
27
+ <groupId>org.apache.maven.plugins</groupId>
28
+ <artifactId>maven-compiler-plugin</artifactId>
29
+ <version>3.8.1</version> <!-- Use the latest version -->
30
+ <configuration>
31
+ <source>1.7</source> <!-- Set your source Java version -->
32
+ <target>1.7</target> <!-- Set your target Java version -->
33
+ </configuration>
34
+ </plugin>
35
+ </plugins>
36
+</build>
37
<distributionManagement>
38
<repository>
39
<id>releases</id>
0 commit comments