Skip to content

Commit

Permalink
Fix javadoc plugin (#7163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 6, 2020
1 parent 33b9315 commit c9037ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,10 @@ javadoc {
encoding = 'UTF-8'
version = true
author = true
addMultilineStringsOption("-add-exports").setValue([
'javafx.controls/com.sun.javafx.scene.control=org.jabref',
'org.controlsfx.controls/impl.org.controlsfx.skin=org.jabref'
])
}
}

Expand Down

0 comments on commit c9037ad

Please sign in to comment.