Skip to content

Commit

Permalink
Update to javafx15 (#7018)
Browse files Browse the repository at this point in the history
* Switch to javafx 15

Fixes #4947

* and also add the windows menu group

* fix syntax error
  • Loading branch information
Siedlerchr authored Oct 15, 2020
1 parent 994416f commit 13a80ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ configurations {
}

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

Expand Down Expand Up @@ -664,6 +664,7 @@ jlink {
'--win-dir-chooser',
'--win-shortcut',
'--win-menu',
'--win-menu-group', "JabRef",
'--temp', "$buildDir/installer",
'--resource-dir', "${projectDir}/buildres/windows",
'--file-associations', "${projectDir}/buildres/windows/bibtexAssociations.properties"
Expand Down

0 comments on commit 13a80ba

Please sign in to comment.