Ninja fix missing IDEA sun.rmi.transport.tcp compiler export after CASSANDRA-18511

This commit is contained in:
Jon Meredith 2023-06-02 13:50:21 -06:00
parent 6cea0cd448
commit 914484dfd8
1 changed files with 1 additions and 1 deletions

View File

@ -1811,7 +1811,7 @@
<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" />
<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" />
</component>
</project>]]></echo>
<echo>"IDE configuration updated for use with JDK11"</echo>