fabric/fabric-renderer-api-v1/build.gradle
modmuss50 d2e3099f39 19w42a
Includes a work around for the funky rendering issues, this will need looking into some more.
2019-10-16 18:54:16 +01:00

6 lines
176 B
Groovy

archivesBaseName = "fabric-renderer-api-v1"
version = getSubprojectVersion(project, "0.2.5")
dependencies {
compile project(path: ':fabric-api-base', configuration: 'dev')
}