12 lines
444 B
Groovy
12 lines
444 B
Groovy
dependencies {
|
|
api project(':graphics-pdfbox')
|
|
api project(':graphics-barcode')
|
|
api project(':graphics-chart')
|
|
api project(':graphics-fonts')
|
|
api libs.settings.api
|
|
testImplementation testLibs.settings.json
|
|
testRuntimeOnly project(':graphics-fonts-arabic')
|
|
testRuntimeOnly project(':graphics-fonts-latin')
|
|
testRuntimeOnly project(':graphics-fonts-hebrew')
|
|
testRuntimeOnly project(':graphics-fonts-cjk')
|
|
}
|