mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
a1ff8ff878
Based off the work from #430 Co-authored-by: Draylar <samuelhimes@gmail.com>
6 lines
183 B
Groovy
6 lines
183 B
Groovy
archivesBaseName = "fabric-renderer-registries-v1"
|
|
version = getSubprojectVersion(project, "2.0.0")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|