fabric/fabric-entity-events-v1/build.gradle
2021-05-12 20:23:04 +01:00

10 lines
251 B
Groovy

archivesBaseName = "fabric-entity-events-v1"
version = getSubprojectVersion(project, "1.1.0")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
}