ekaterinadimitrova2 commented on code in PR #2421:
URL: https://github.com/apache/cassandra/pull/2421#discussion_r1238918758


##########
build.xml:
##########
@@ -1853,7 +1866,10 @@
       <echo file=".idea/compiler.xml"><![CDATA[<?xml version="1.0" 
encoding="UTF-8"?>
 <project version="4">
   <component name="JavacSettings">
-    <option name="ADDITIONAL_OPTIONS_STRING" value="--add-exports 
java.rmi/sun.rmi.registry=ALL-UNNAMED --add-exports 
java.rmi/sun.rmi.transport.tcp=ALL-UNNAMED" />
+    <option name="ADDITIONAL_OPTIONS_STRING" value="--add-exports 
java.rmi/sun.rmi.registry=ALL-UNNAMED
+                                                    --add-exports 
java.rmi/sun.rmi.transport.tcp=ALL-UNNAMED
+                                                    --add-exports 
java.base/jdk.internal.ref=ALL-UNNAMED
+                                                    --add-exports 
java.base/sun.nio.ch=ALL-UNNAMED" />

Review Comment:
   @djatnieks I just pushed commit to fix this. Tested locally



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to