19 lines
651 B
Groovy
19 lines
651 B
Groovy
apply from: rootProject.file('gradle/compile/groovy.gradle')
|
|
|
|
dependencies {
|
|
api project(':graphics-pdfbox')
|
|
api project(':graphics-barcode')
|
|
api libs.groovy.xml
|
|
testRuntimeOnly libs.junit.jupiter.vintage
|
|
testImplementation libs.groovy
|
|
testImplementation libs.groovy.json
|
|
testImplementation libs.groovy.nio
|
|
testImplementation libs.groovy.sql
|
|
testImplementation libs.groovy.xml
|
|
testImplementation libs.groovy.macro
|
|
testImplementation libs.groovy.templates
|
|
testImplementation libs.groovy.test
|
|
testImplementation libs.spock
|
|
testImplementation libs.bytebuddy
|
|
testImplementation libs.objenesis
|
|
}
|