mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
13 lines
473 B
Groovy
13 lines
473 B
Groovy
archivesBaseName = "fabric-tool-attribute-api-v1"
|
|
version = getSubprojectVersion(project, "1.2.11")
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-tag-extensions-v0'
|
|
])
|