Skip to content

Commit 78142fc

Browse files
committed
Gemfire testing: --add-opens for JDK management
1 parent 0154618 commit 78142fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,10 @@ project('spring-integration-gemfire') {
613613

614614
testImplementation project(':spring-integration-stream')
615615
}
616+
617+
tasks.withType(JavaForkOptions) {
618+
jvmArgs '--add-opens', 'jdk.management/com.sun.management.internal=ALL-UNNAMED'
619+
}
616620
}
617621

618622
project('spring-integration-graphql') {

0 commit comments

Comments
 (0)