We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f9ef3 commit dbcb3bfCopy full SHA for dbcb3bf
pom.xml
@@ -15,6 +15,7 @@
15
<assertj.core.version>3.27.6</assertj.core.version>
16
<mockito.version>5.20.0</mockito.version>
17
<javafx.version>25</javafx.version>
18
+ <surefire.version>3.2.5</surefire.version>
19
</properties>
20
<dependencies>
21
<dependency>
@@ -85,9 +86,11 @@
85
86
<plugin>
87
<groupId>org.apache.maven.plugins</groupId>
88
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.2.5</version>
89
+ <version>${surefire.version}</version>
90
<configuration>
91
<argLine>
92
+ --add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED
93
+ --add-exports javafx.base/com.sun.javafx.runtime=ALL-UNNAMED
94
-Djava.awt.headless=true
95
-Dprism.order=sw
96
-Dtestfx.robot=glass
0 commit comments