mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
75e98211bd
Co-authored-by: shartte <shartte@users.noreply.github.com> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
8 lines
194 B
Groovy
8 lines
194 B
Groovy
archivesBaseName = "fabric-sound-api-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
testDependencies(project, [
|
|
':fabric-api-base',
|
|
':fabric-resource-loader-v0',
|
|
':fabric-command-api-v2'
|
|
])
|