fabric/fabric-rendering-v1/build.gradle
i509VCB 1aa9d47288
Use a Slice over the Shift.BEFORE by -6 (#644)
* Use a Slice over the Shift.BEFORE by -6

This is much less prone to breakage and possibly more precise.

* bump version
2020-05-29 20:04:41 +01:00

6 lines
173 B
Groovy

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