Make JDK 1.5 compatible
Fixes gh-71
This commit is contained in:
@@ -8,6 +8,9 @@ apply plugin: 'propdeps-eclipse'
|
||||
|
||||
group = 'org.springframework.session'
|
||||
|
||||
sourceCompatibility = 1.5
|
||||
targetCompatibility = 1.5
|
||||
|
||||
ext.jstlVersion = '1.2.1'
|
||||
ext.servletApiVersion = '3.0.1'
|
||||
ext.springSecurityVersion = '4.0.0.CI-SNAPSHOT'
|
||||
|
||||
Reference in New Issue
Block a user