mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Add logging of jdk version to crypto build file
This commit is contained in:
parent
d686f64f26
commit
594f6694bb
@ -1,7 +1,10 @@
|
||||
// crypto module build file
|
||||
|
||||
jdkVersion = System.properties['java.version']
|
||||
isJdk6 = jdkVersion >= '1.6'
|
||||
javaClassVersion = System.properties['java.class.version']
|
||||
println "JDK Version is $jdkVersion, class version is $javaClassVersion"
|
||||
|
||||
isJdk6 = jdkVersion.startsWith('1.6')
|
||||
|
||||
test {
|
||||
if (!isJdk6) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user