We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b5bce commit 23807bbCopy full SHA for 23807bb
pom.xml
@@ -31,6 +31,14 @@
31
</execution>
32
</executions>
33
</plugin>
34
+ <plugin>
35
+ <groupId>org.apache.maven.plugins</groupId>
36
+ <artifactId>maven-compiler-plugin</artifactId>
37
+ <configuration>
38
+ <source>1.4</source>
39
+ <target>1.4</target>
40
+ </configuration>
41
+ </plugin>
42
</plugins>
43
</build>
-</project>
44
+</project>
0 commit comments