mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
10 lines
255 B
Groovy
10 lines
255 B
Groovy
archivesBaseName = "fabric-renderer-registries-v1"
|
|
version = getSubprojectVersion(project, "3.1.0")
|
|
|
|
dependencies {
|
|
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|