fabric/fabric-resource-conditions-api-v1/build.gradle

7 lines
154 B
Groovy
Raw Normal View History

archivesBaseName = "fabric-resource-conditions-api-v1"
version = getSubprojectVersion(project)
testDependencies(project, [
':fabric-gametest-api-v1'
])