fabric/fabric-command-api-v1/build.gradle

10 lines
255 B
Groovy

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