Skip to content

Commit

Permalink
Dependency updates (JabRef#6138)
Browse files Browse the repository at this point in the history
* Jython RC

* JavaFX
  • Loading branch information
LinusDietz committed Mar 17, 2020
1 parent eace727 commit 74408c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ configurations {
}

javafx {
version = "13.0.2"
version = "14"
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
}

Expand Down Expand Up @@ -237,7 +237,7 @@ dependencyUpdates.resolutionStrategy = {
}
}
rules.withModule("org.python:jython-standalone") { ComponentSelection selection ->
if (selection.candidate.version ==~ /2.7.2b\d/) {
if (selection.candidate.version ==~ /2.7.2b\d/ || selection.candidate.version ==~ /2.7.2rc\d/) {
selection.reject('Release candidate')
}
}
Expand Down

0 comments on commit 74408c0

Please sign in to comment.