mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed building CE by 64-bit JDK (IDEA-112953)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<attribute name="script" />
|
||||
<sequential>
|
||||
<java failonerror="true" jar="${project.home}/lib/ant/lib/ant-launcher.jar" fork="true">
|
||||
<jvmarg line="-Xmx512m -XX:MaxPermSize=152m"/>
|
||||
<jvmarg line="-Xmx612m -XX:MaxPermSize=152m"/>
|
||||
|
||||
<arg line=""-Dgant.script=@{script}""/>
|
||||
<arg line=""-Dteamcity.build.tempDir=${tmp.dir}""/>
|
||||
|
||||
Reference in New Issue
Block a user