2021-02-25 17:01:47 +01:00
|
|
|
apply from: rootProject.file('gradle/compile/groovy.gradle')
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api project(':graphics-pdfbox')
|
|
|
|
api project(':graphics-barcode')
|
2022-11-10 15:27:43 +01:00
|
|
|
api libs.groovy.xml
|
2023-12-04 20:53:12 +01:00
|
|
|
testRuntimeOnly testLibs.junit.jupiter.vintage
|
|
|
|
testImplementation testLibs.groovy
|
|
|
|
testImplementation testLibs.groovy.json
|
|
|
|
testImplementation testLibs.groovy.nio
|
|
|
|
testImplementation testLibs.groovy.sql
|
|
|
|
testImplementation testLibs.groovy.macro
|
|
|
|
testImplementation testLibs.groovy.templates
|
|
|
|
testImplementation testLibs.groovy.test
|
|
|
|
testImplementation testLibs.spock
|
|
|
|
testImplementation testLibs.bytebuddy
|
|
|
|
testImplementation testLibs.objenesis
|
2021-02-25 17:01:47 +01:00
|
|
|
}
|