Skip to content

Commit

Permalink
Merge pull request #3 from JabRef/main
Browse files Browse the repository at this point in the history
add missing add opens call (JabRef#11429)
  • Loading branch information
arfazhxss authored Jun 26, 2024
2 parents 53bbaba + f8913d6 commit f5b2c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ application {
'--add-opens=javafx.graphics/javafx.scene=org.jabref.merged.module',
'--add-opens=javafx.controls/javafx.scene.control=org.jabref.merged.module',
'--add-opens=javafx.controls/com.sun.javafx.scene.control=org.jabref.merged.module',
// fix for https://github.com/JabRef/jabref/issues/11426
'--add-opens=javafx.controls/javafx.scene.control.skin=org.jabref.merged.module',

// Fix for https://github.com/JabRef/jabref/issues/11225 on linux
'--add-opens=javafx.controls/javafx.scene.control=org.jabref',
Expand Down

0 comments on commit f5b2c21

Please sign in to comment.