mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
16 lines
358 B
Groovy
16 lines
358 B
Groovy
archivesBaseName = "fabric-registry-sync-v0"
|
|
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-registry-sync-v0.accesswidener")
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-networking-api-v1'
|
|
])
|
|
|
|
testDependencies(project, [
|
|
':fabric-lifecycle-events-v1',
|
|
':fabric-command-api-v2',
|
|
])
|