mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +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
|
||
|
}
|