This is an automated email from the ASF dual-hosted git repository.

jonmeredith pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
     new 3a4fff38b5 Ninja fix CASSANDRA-18242 - was not generating IDEA 
workspace for J11 correctly
3a4fff38b5 is described below

commit 3a4fff38b5d89650d6ac96df22d850a0935d7730
Author: Jon Meredith <jonmered...@apache.org>
AuthorDate: Thu Feb 16 15:05:37 2023 -0700

    Ninja fix CASSANDRA-18242 - was not generating IDEA workspace for J11 
correctly
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index eb9d1a59cc..e29a00363f 100644
--- a/build.xml
+++ b/build.xml
@@ -2003,8 +2003,8 @@
     <replace file=".idea/misc.xml" token="JDK_1_8" value="JDK_11"/>
     <replace file=".idea/misc.xml" token="1.8" value="11"/>
     <replaceregexp file=".idea/workspace.xml"
-                   match="name=&quot;VM_PARAMETERS&quot; 
value=&quot;(.*)&quot;"
-                   replace="name=&quot;VM_PARAMETERS&quot; value=&quot;\1 
${java11-jvmargs}&quot;"
+                   match="name=&quot;VM_PARAMETERS&quot; value=&quot;(.*)"
+                   replace="name=&quot;VM_PARAMETERS&quot; value=&quot;\1 
${java11-jvmargs}"
                    byline="true"/>
 
       <echo file=".idea/compiler.xml"><![CDATA[<?xml version="1.0" 
encoding="UTF-8"?>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to