mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -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.
17 lines
454 B
Groovy
17 lines
454 B
Groovy
archivesBaseName = "fabric-object-builder-api-v1"
|
|
version = getSubprojectVersion(project, "1.10.10")
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'dev')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-resource-loader-v0',
|
|
'fabric-tag-extensions-v0',
|
|
'fabric-tool-attribute-api-v1'
|
|
])
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")
|
|
}
|