mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-08 07:23:34 +00:00
5 lines
85 B
Groovy
5 lines
85 B
Groovy
|
|
apply plugin: 'java'
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation project(':entity-registry')
|
||
|
|
}
|