Ninja fix CASSANDRA-18242 - was not generating IDEA workspace for J11 correctly

This commit is contained in:
Jon Meredith 2023-02-16 15:05:37 -07:00
parent fcc16f5f2b
commit 3a4fff38b5
1 changed files with 2 additions and 2 deletions

View File

@ -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"?>