Skip to content

Commit

Permalink
Include font extension for jasper reports #129
Browse files Browse the repository at this point in the history
  • Loading branch information
subbotin committed Apr 12, 2020
1 parent 9c48a77 commit 5c2e85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ configure(core) {
exclude(group: 'com.lowagie', module: 'itext')
exclude(group: 'org.codehaus.castor', module: 'castor-xml')
}
compile(group: "net.sf.jasperreports", name: "jasperreports-fonts", version: "6.8.0")

testCompile(group: 'org.jmockit', name: 'jmockit', version: '1.15')
testCompile(group: 'junit', name: 'junit', version: '4.5')
Expand Down

0 comments on commit 5c2e85b

Please sign in to comment.