File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 115115 <artifactId >maven-surefire-plugin</artifactId >
116116 <configuration >
117117 <argLine >
118- @{argLine}
119118 --enable-preview
120119 -Dgpu.resource.tracking=true
121120 -Dgpu.resource.tracking.verbose=true
125124 --add-opens java.base/java.lang=ALL-UNNAMED
126125 --add-opens java.base/java.nio=ALL-UNNAMED
127126 </argLine >
128- <systemPropertyVariables >
129- <java .awt.headless>true</java .awt.headless>
130- <org .lwjgl.system.allocator>system</org .lwjgl.system.allocator>
131- </systemPropertyVariables >
132127 </configuration >
133128 </plugin >
134129 </plugins >
145140 <artifactId >maven-surefire-plugin</artifactId >
146141 <configuration >
147142 <argLine >
148- @{argLine}
149143 --enable-preview
150144 -Dgpu.resource.tracking=true
151145 -Dgpu.resource.tracking.verbose=true
155149 --add-opens java.base/java.lang=ALL-UNNAMED
156150 --add-opens java.base/java.nio=ALL-UNNAMED
157151 </argLine >
158- <systemPropertyVariables >
159- <java .awt.headless>true</java .awt.headless>
160- <org .lwjgl.system.allocator>system</org .lwjgl.system.allocator>
161- </systemPropertyVariables >
162152 <!-- Parallel execution: classes run in parallel threads -->
163153 <parallel >classes</parallel >
164154 <threadCount >4</threadCount >
You can’t perform that action at this time.
0 commit comments