SEC-1994: explicit sourceCompatibility and targetCompatibility of 1.5 in Gradle build

This commit is contained in:
Rob Winch 2012-07-08 15:55:21 -05:00
parent 3e4da4f60f
commit 262ee099df
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'eclipse' apply plugin: 'eclipse'
sourceCompatibility = 1.5
targetCompatibility = 1.5
ext.springVersion = '3.0.7.RELEASE' ext.springVersion = '3.0.7.RELEASE'
ext.springLdapVersion = '1.3.1.RELEASE' ext.springLdapVersion = '1.3.1.RELEASE'
ext.ehcacheVersion = '1.6.2' ext.ehcacheVersion = '1.6.2'