This is an automated email from the ASF dual-hosted git repository.
jonmeredith pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 914484dfd8 Ninja fix missing IDEA sun.rmi.transport.tcp compiler
export after CASSANDRA-18511
914484dfd8 is described below
commit 914484dfd86d5145118032a61c04bc3cdb632fb3
Author: Jon Meredith <[email protected]>
AuthorDate: Fri Jun 2 13:50:21 2023 -0600
Ninja fix missing IDEA sun.rmi.transport.tcp compiler export after
CASSANDRA-18511
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 3e0a8e981d..3eaf723f69 100644
--- a/build.xml
+++ b/build.xml
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]