mirror of https://github.com/apache/cassandra
Ninja fix CASSANDRA-18242 - was not generating IDEA workspace for J11 correctly
This commit is contained in:
parent
fcc16f5f2b
commit
3a4fff38b5
|
|
@ -2003,8 +2003,8 @@
|
||||||
<replace file=".idea/misc.xml" token="JDK_1_8" value="JDK_11"/>
|
<replace file=".idea/misc.xml" token="JDK_1_8" value="JDK_11"/>
|
||||||
<replace file=".idea/misc.xml" token="1.8" value="11"/>
|
<replace file=".idea/misc.xml" token="1.8" value="11"/>
|
||||||
<replaceregexp file=".idea/workspace.xml"
|
<replaceregexp file=".idea/workspace.xml"
|
||||||
match="name="VM_PARAMETERS" value="(.*)""
|
match="name="VM_PARAMETERS" value="(.*)"
|
||||||
replace="name="VM_PARAMETERS" value="\1 ${java11-jvmargs}""
|
replace="name="VM_PARAMETERS" value="\1 ${java11-jvmargs}"
|
||||||
byline="true"/>
|
byline="true"/>
|
||||||
|
|
||||||
<echo file=".idea/compiler.xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
<echo file=".idea/compiler.xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue