We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8ffa0 commit 89b6989Copy full SHA for 89b6989
build.gradle
@@ -272,7 +272,7 @@ dependencies {
272
// https://github.com/TestFX/Monocle/issues/79
273
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: 'jdk-12.0.1+2'
274
constraints {
275
- implementation('org.openjfx:javafx-base:17')
+ implementation('org.openjfx:javafx-base:22')
276
implementation('org.openjfx:javafx-controls:17')
277
implementation('org.openjfx:javafx-graphics:17') {
278
because 'Monocle uses 12.0.1+2 that does not support Mac`s ARM'
0 commit comments