Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.36.0
-
None
Description
The issue appears with newly added Arrow adapter which requires
--add-opens=java.base/java.nio=ALL-UNNAMED
could be fixed with adding
plugins.withType<JavaPlugin> { tasks { configureEach<Test> { jvmArgs("-XX:+IgnoreUnrecognizedVMOptions") jvmArgs("--add-opens=java.base/java.nio=ALL-UNNAMED") } } }
Attachments
Issue Links
- links to