File tree Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Expand file tree Collapse file tree 1 file changed +0
-48
lines changed Original file line number Diff line number Diff line change 159159 </plugin >
160160 </plugins >
161161 </build >
162- <profiles >
163- <profile >
164- <id >surefire-newerJava</id >
165- <activation >
166- <jdk >(1.8,)</jdk >
167- </activation >
168- <build >
169- <plugins >
170- <plugin >
171- <groupId >org.apache.maven.plugins</groupId >
172- <artifactId >maven-surefire-plugin</artifactId >
173- <configuration >
174- <argLine >
175- @{argLine} -Xms512m -Xmx1500m --illegal-access=warn --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.time=ALL-UNNAMED
176- </argLine >
177- <parallel >methods</parallel >
178- <perCoreThreadCount >false</perCoreThreadCount >
179- <threadCount >1</threadCount >
180- <forkCount >1</forkCount >
181- <reuseForks >false</reuseForks >
182- </configuration >
183- </plugin >
184- </plugins >
185- </build >
186- </profile >
187- <profile >
188- <id >surefire-java8</id >
189- <activation >
190- <jdk >1.8</jdk >
191- </activation >
192- <build >
193- <plugins >
194- <plugin >
195- <groupId >org.apache.maven.plugins</groupId >
196- <artifactId >maven-surefire-plugin</artifactId >
197- <configuration >
198- <argLine >@{argLine} -Xms512m -Xmx1500m</argLine >
199- <parallel >methods</parallel >
200- <perCoreThreadCount >false</perCoreThreadCount >
201- <threadCount >1</threadCount >
202- <forkCount >1</forkCount >
203- <reuseForks >false</reuseForks >
204- </configuration >
205- </plugin >
206- </plugins >
207- </build >
208- </profile >
209- </profiles >
210162</project >
You can’t perform that action at this time.
0 commit comments