|
@@ -4,7 +4,7 @@
|
|
|
// isJdk6 = jdkVersion >= '1.6'
|
|
|
int maxAESKeySize = javax.crypto.Cipher.getMaxAllowedKeyLength('AES')
|
|
|
|
|
|
-configure([test,spring4Test]) {
|
|
|
+configure(test) {
|
|
|
if (maxAESKeySize < 256) {
|
|
|
println "AES keysize limited to $maxAESKeySize, skipping EncryptorsTests"
|
|
|
exclude '**/EncryptorsTests.class'
|