fabric/fabric-entity-events-v1/build.gradle

11 lines
244 B
Groovy
Raw Normal View History

archivesBaseName = "fabric-entity-events-v1"
2021-01-19 14:38:22 -05:00
version = getSubprojectVersion(project, "1.0.3")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
testmodCompile project(path: ':fabric-command-api-v1', configuration: 'dev')
}