Skip to content

Commit 9d4e3d4

Browse files
author
Maek Twain
authored
Adding source and target
Specifying Source and Target Version For Java JDK was failing earlier because of none version specified on MAC OS X Sierra
1 parent 120ddf6 commit 9d4e3d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<artifactId>maven-compiler-plugin</artifactId>
1111
<version>3.1</version>
1212
<configuration>
13-
<source/>
14-
<target/>
13+
<source>1.7</source>
14+
<target>1.7</target>
1515
</configuration>
1616
</plugin>
1717
</plugins>
@@ -33,4 +33,4 @@
3333
<version>2.8.1</version>
3434
</dependency>
3535
</dependencies>
36-
</project>
36+
</project>

0 commit comments

Comments
 (0)