Skip to content

Commit

Permalink
update testfx version
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sts committed Apr 30, 2024
1 parent 6db8b26 commit 3e68ad4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: liberica
java-package: jdk+fx
distribution: oracle
- name: Build
uses: gradle/gradle-build-action@v2
with:
Expand Down
9 changes: 1 addition & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,7 @@ tasks {
}

tasks.test {
jvmArgs = listOf(
"-Djava.awt.headless=true",
"-Dtestfx.robot=glass",
"-Xmx4g",
"-Dtestfx.headless=true",
"-Dprism.order=sw",
"-Dtestfx.setup.timeout=2500"
)
jvmArgs = listOf("-Dheadless=true", "-Xmx4g")
useJUnitPlatform()
testLogging {
events(
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junitVersion=4.13.1
junitJupiterVersion=5.9.2
junitJupiterParamsVersion=5.9.2
junitJupiterEngineVersion=5.9.2
testfxVersion=4.0.16-alpha
testfxVersion=4.0.17
testfxMonocleVersion=jdk-12.0.1+2
mockkVersion=1.13.5
openglfxVersion=3.0.5
Expand Down

0 comments on commit 3e68ad4

Please sign in to comment.