fabric/fabric-sound-api-v1/build.gradle
modmuss50 75e98211bd
22w42a 🐫 (#2599)
Co-authored-by: shartte <shartte@users.noreply.github.com>
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2022-10-22 20:38:33 +01:00

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'
])