Skip to content

Commit

Permalink
update to javafx 13.02 (#5921)
Browse files Browse the repository at this point in the history
* Fixes making paths of linked files relative (web urls will not be touched anymore) (#5879)

* Fixes #5861
Description:
- Cleanup entries: "Make paths of linked files relative (if possible)" broke web URLs and resulted in various other issues subsequently. This PR fixes this issue.
It has been tested for local files and web urls.

* changelog updated

* refactoring: use existing method isOnlineLink() for checking whether a file link is an online link; improving isOnlineLink()

* Replace link to Workspace set-up with new one (#5896)

As the current link just pointed to a page with another link, I'd propose to directly put that second link.

* update to 13.0.2

Co-authored-by: systemoperator <3658393+systemoperator@users.noreply.github.com>
Co-authored-by: Thomas F. Duellmann <duelle@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 5, 2020
1 parent 7a9f296 commit 6fda10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ configurations {
}

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

Expand Down

0 comments on commit 6fda10a

Please sign in to comment.