Skip to content

Commit 0a49195

Browse files
authored
Merge pull request jabedhasan21#2 from derf974/master
[PATCH] Fix build : 1.5 no longer supported
2 parents f4a99bd + 65aae7e commit 0a49195

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<!-- tag::joda[] -->
1111
<properties>
1212
<java.version>1.8</java.version>
13+
<maven.compiler.source>1.6</maven.compiler.source>
14+
<maven.compiler.target>1.6</maven.compiler.target>
1315
</properties>
1416

1517
<dependencies>

0 commit comments

Comments
 (0)