We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a814d9 commit 3fe315bCopy full SHA for 3fe315b
visualization/pom.xml
@@ -42,6 +42,9 @@ limitations under the License.
42
<groupId>org.apache.maven.plugins</groupId>
43
<artifactId>maven-surefire-plugin</artifactId>
44
<configuration>
45
+ <systemPropertyVariables>
46
+ <java.awt.headless>false</java.awt.headless>
47
+ </systemPropertyVariables>
48
<argLine>
49
--add-exports=java.desktop/java.awt=ALL-UNNAMED
50
--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
0 commit comments