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

8 lines
202 B
Groovy
Raw Normal View History

version = getSubprojectVersion(project)
loom {
accessWidenerPath = file("src/main/resources/fabric-resource-conditions-api-v1.accesswidener")
}
testDependencies(project, [':fabric-gametest-api-v1'])