diff --git a/instrumentation/vertx-core-3.3.3/build.gradle b/instrumentation/vertx-core-3.3.3/build.gradle index de05b746b2..37a85ff04d 100644 --- a/instrumentation/vertx-core-3.3.3/build.gradle +++ b/instrumentation/vertx-core-3.3.3/build.gradle @@ -15,7 +15,7 @@ verifyInstrumentation { test { // this version of Vert.x uses some DirectBuffer things that are now hidden in its module - if (project.hasProperty("test17") || project.hasProperty("test20")) { + if (project.hasProperty("test17") || project.hasProperty("test21")) { jvmArgs += '--add-opens=java.base/java.nio=ALL-UNNAMED' jvmArgs += '--add-opens=java.base/sun.nio.ch=ALL-UNNAMED' } diff --git a/instrumentation/vertx-core-3.4.1/build.gradle b/instrumentation/vertx-core-3.4.1/build.gradle index 5d9a8642b4..6de5290d69 100644 --- a/instrumentation/vertx-core-3.4.1/build.gradle +++ b/instrumentation/vertx-core-3.4.1/build.gradle @@ -19,7 +19,7 @@ verifyInstrumentation { test { // this version of Vert.x uses some DirectBuffer things that are now hidden in its module - if (project.hasProperty("test17") || project.hasProperty("test20")) { + if (project.hasProperty("test17") || project.hasProperty("test21")) { jvmArgs += '--add-opens=java.base/java.nio=ALL-UNNAMED' jvmArgs += '--add-opens=java.base/sun.nio.ch=ALL-UNNAMED' } diff --git a/instrumentation/vertx-web-3.3.0/build.gradle b/instrumentation/vertx-web-3.3.0/build.gradle index 66757ff875..d729028aea 100644 --- a/instrumentation/vertx-web-3.3.0/build.gradle +++ b/instrumentation/vertx-web-3.3.0/build.gradle @@ -24,7 +24,7 @@ verifyInstrumentation { test { // this version of Vert.x uses some DirectBuffer things that are now hidden in its module - if (project.hasProperty("test17") || project.hasProperty("test20")) { + if (project.hasProperty("test17") || project.hasProperty("test21")) { jvmArgs += '--add-opens=java.base/java.nio=ALL-UNNAMED' jvmArgs += '--add-opens=java.base/sun.nio.ch=ALL-UNNAMED' }