mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
1aa9d47288
* Use a Slice over the Shift.BEFORE by -6 This is much less prone to breakage and possibly more precise. * bump version
6 lines
173 B
Groovy
6 lines
173 B
Groovy
archivesBaseName = "fabric-rendering-v1"
|
|
version = getSubprojectVersion(project, "1.1.1")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|