File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1414 <artifactId >org.jetbrains.kotlin.ui.tests</artifactId >
1515 <packaging >eclipse-test-plugin</packaging >
1616
17+ <properties >
18+ <os-jvm-flags />
19+ </properties >
20+
1721 <build >
1822 <plugins >
1923 <plugin >
2024 <groupId >org.eclipse.tycho</groupId >
2125 <artifactId >tycho-surefire-plugin</artifactId >
2226 <configuration >
2327 <useUIHarness >true</useUIHarness >
24- <argLine >-Xmx1024m -XX:MaxPermSize=256m</argLine >
28+ <argLine >-Xmx1024m -XX:MaxPermSize=256m ${os-jvm-flags} </argLine >
2529 <dependencies >
2630 <dependency >
2731 <type >eclipse-feature</type >
6367 </plugin >
6468 </plugins >
6569 </build >
70+
71+ <profiles >
72+ <profile >
73+ <id >macosx-jvm-flags</id >
74+ <activation >
75+ <os ><family >mac</family ></os >
76+ </activation >
77+ <properties >
78+ <os-jvm-flags >-XstartOnFirstThread</os-jvm-flags >
79+ </properties >
80+ </profile >
81+ </profiles >
6682</project >
You can’t perform that action at this time.
0 commit comments