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 <[email protected]>
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="VM_PARAMETERS"
value="(.*)""
- replace="name="VM_PARAMETERS" value="\1
${java11-jvmargs}""
+ match="name="VM_PARAMETERS" value="(.*)"
+ replace="name="VM_PARAMETERS" value="\1
${java11-jvmargs}"
byline="true"/>
<echo file=".idea/compiler.xml"><![CDATA[<?xml version="1.0"
encoding="UTF-8"?>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]