Skip to content

Commit

Permalink
Fix run (JabRef#11208)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Apr 15, 2024
1 parent a30704f commit 93e0174
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 @@ -445,6 +445,8 @@ run {
addOpens = [
'javafx.controls/javafx.scene.control' : 'org.jabref',
'javafx.controls/com.sun.javafx.scene.control' : 'org.jabref',
'org.controlsfx.controls/impl.org.controlsfx.skin' : 'org.jabref',
'org.controlsfx.controls/org.controlsfx.control.textfield' : 'org.jabref',

'javafx.controls/javafx.scene.control.skin' : 'org.controlsfx.controls',
'javafx.graphics/javafx.scene' : 'org.controlsfx.controls'
Expand Down

0 comments on commit 93e0174

Please sign in to comment.