Update to JDK 8

Closes gh-592
This commit is contained in:
Josh Cummings
2021-12-07 13:09:44 -07:00
parent 8295935290
commit 1d3ec5fd88

View File

@@ -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'