Skip to content

Commit 1f856e4

Browse files
committed
[Java] Remove the need to open module dependencies in test now that Agrona is updated for CompilerUtil.
1 parent 2eca607 commit 1f856e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ subprojects {
154154
}
155155

156156
test {
157-
if (JavaVersion.current().ordinal() >= JavaVersion.VERSION_1_9.ordinal()) {
158-
jvmArgs('--add-opens', 'java.base/java.lang.reflect=ALL-UNNAMED')
159-
jvmArgs('--add-opens', 'java.base/sun.nio.ch=ALL-UNNAMED')
160-
}
161-
162157
testLogging {
163158
showStandardStreams = true
164159
exceptionFormat = 'full'

0 commit comments

Comments
 (0)