Skip to content

Commit e28ad57

Browse files
authored
Update pom.xml
1 parent 345ce9d commit e28ad57

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
<version>2.5</version>
2222
</dependency>
2323
</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>
2437
<distributionManagement>
2538
<repository>
2639
<id>releases</id>

0 commit comments

Comments
 (0)