mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
b728a0011b
|
|
@ -2154,8 +2154,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