13 lines
509 B
Groovy
13 lines
509 B
Groovy
dependencies {
|
|
api project(':graphics-pdfbox')
|
|
api project(':graphics-barcode')
|
|
api project(':graphics-chart')
|
|
api project(':graphics-fonts')
|
|
api libs.datastructures.settings
|
|
runtimeOnly libs.datastructures.settings.json
|
|
runtimeOnly libs.datastructures.settings.yaml
|
|
testRuntimeOnly project(':graphics-fonts-arabic')
|
|
testRuntimeOnly project(':graphics-fonts-latin')
|
|
testRuntimeOnly project(':graphics-fonts-hebrew')
|
|
testRuntimeOnly project(':graphics-fonts-cjk')
|
|
}
|