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

11 lines
251 B
Groovy
Raw Normal View History

archivesBaseName = "fabric-entity-events-v1"
2021-05-01 17:36:32 -04:00
version = getSubprojectVersion(project, "1.1.0")
moduleDependencies(project, [
'fabric-api-base'
])
dependencies {
2021-05-12 15:23:04 -04:00
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
}