mirror of
https://github.com/datahub-project/datahub.git
synced 2025-06-27 05:03:31 +00:00
9 lines
145 B
Groovy
9 lines
145 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
apply from: '../gradle/coverage/java-coverage.gradle'
|
|
|
|
dependencies {
|
|
implementation project(':entity-registry')
|
|
} |