Make tests run headlessly.

This commit is contained in:
Ray J. Greenwell
2026-05-13 15:04:32 -07:00
parent 0dc0982942
commit 9a1542f1c9
+3
View File
@@ -80,6 +80,9 @@
<includes>
<include>com/threerings/**/*Test.java</include>
</includes>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>