Skip to content

Commit 1d3ec5f

Browse files
committed
Update to JDK 8
Closes gh-592
1 parent 8295935 commit 1d3ec5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/java.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apply plugin: 'java'
22
apply plugin: 'propdeps'
33

4-
sourceCompatibility = '1.6'
5-
targetCompatibility = '1.6'
4+
sourceCompatibility = '1.8'
5+
targetCompatibility = '1.8'
66

77
ext.apacheDsVersion = '1.5.5'
88
ext.springVersion = '4.3.27.RELEASE'

0 commit comments

Comments
 (0)