Enable all 8+ JVMs for netty-4.1 tests

This commit is contained in:
Nikolay Martynov 2018-10-15 15:26:36 -04:00
parent 6b0e43b32d
commit a4a1c70393
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
// Set properties before any plugins get loaded
ext {
minJavaVersionForTests = JavaVersion.VERSION_1_8
maxJavaVersionForTests = JavaVersion.VERSION_1_8
}
apply from: "${rootDir}/gradle/java.gradle"