5 lines
85 B
Groovy

apply plugin: 'java'
dependencies {
implementation project(':entity-registry')
}