Skip to content

Commit

Permalink
Avoid warning during uitests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Apr 14, 2024
1 parent d9a599e commit c30e690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfxui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ task uiTest(type: Test, group: 'verification') {
}

forkEvery 5
jvmArgs '-XX:+HeapDumpOnOutOfMemoryError'
jvmArgs '-XX:+HeapDumpOnOutOfMemoryError', '-XX:+EnableDynamicAgentLoading'

if(!project.hasProperty("uiTestsHeadless") || project.property("uiTestsHeadless") != "false") {
systemProperty 'java.awt.headless', 'true'
Expand Down

0 comments on commit c30e690

Please sign in to comment.