mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 01:55:41 -05:00
65d505fc8a
All of the version need to be bumped due to fabric-api-base being updated, this highlights the need for a better solution.
14 lines
504 B
Groovy
14 lines
504 B
Groovy
archivesBaseName = "fabric-tool-attribute-api-v1"
|
|
version = getSubprojectVersion(project, "1.3.0")
|
|
|
|
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-mining-level-api-v1',
|
|
'fabric-tag-extensions-v0'
|
|
])
|