Skip to content

Commit 74408c0

Browse files
authored
Dependency updates (#6138)
* Jython RC * JavaFX
1 parent eace727 commit 74408c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ configurations {
103103
}
104104

105105
javafx {
106-
version = "13.0.2"
106+
version = "14"
107107
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
108108
}
109109

@@ -237,7 +237,7 @@ dependencyUpdates.resolutionStrategy = {
237237
}
238238
}
239239
rules.withModule("org.python:jython-standalone") { ComponentSelection selection ->
240-
if (selection.candidate.version ==~ /2.7.2b\d/) {
240+
if (selection.candidate.version ==~ /2.7.2b\d/ || selection.candidate.version ==~ /2.7.2rc\d/) {
241241
selection.reject('Release candidate')
242242
}
243243
}

0 commit comments

Comments
 (0)