Skip to content

Commit 98ac09d

Browse files
committed
fixi
1 parent 61acca8 commit 98ac09d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

resource/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
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
@@ -125,10 +124,6 @@
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>
@@ -145,7 +140,6 @@
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
@@ -155,10 +149,6 @@
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>

0 commit comments

Comments
 (0)