We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fcff1 commit bdf16fdCopy full SHA for bdf16fd
1 file changed
richtextfx/build.gradle
@@ -20,6 +20,7 @@ testSets {
20
21
check.dependsOn integrationTest
22
integrationTest.mustRunAfter test
23
+integrationTest.systemProperty "testfx.robot", "glass"
24
if (gradle.gradleVersion.substring(0, 1) >= "4") {
25
// required for Gradle 4 to see custom integrationTest test suite
26
integrationTest.testClassesDirs = sourceSets.integrationTest.output.classesDirs
0 commit comments