Update to JDK 8
Closes gh-592
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'propdeps'
|
||||
|
||||
sourceCompatibility = '1.6'
|
||||
targetCompatibility = '1.6'
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
ext.apacheDsVersion = '1.5.5'
|
||||
ext.springVersion = '4.3.27.RELEASE'
|
||||
|
||||
Reference in New Issue
Block a user