mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-06 22:04:16 +00:00
12 lines
282 B
Groovy
12 lines
282 B
Groovy
|
|
plugins {
|
||
|
|
id 'java-library'
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation project(':entity-registry')
|
||
|
|
implementation project(':metadata-service:services')
|
||
|
|
implementation project(':metadata-utils')
|
||
|
|
compileOnly externalDependency.lombok
|
||
|
|
annotationProcessor externalDependency.lombok
|
||
|
|
}
|