mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-28 01:12:41 +00:00
13 lines
236 B
Groovy
13 lines
236 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile project(':li-utils')
|
|
|
|
compile spec.product.pegasus.data
|
|
|
|
compileOnly externalDependency.lombok
|
|
|
|
annotationProcessor externalDependency.lombok
|
|
|
|
testCompile externalDependency.guava
|
|
} |