7 lines
90 B
Groovy
Raw Normal View History

plugins {
id 'java'
}
dependencies {
implementation project(':entity-registry')
}