mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
7 lines
205 B
Groovy
7 lines
205 B
Groovy
archivesBaseName = "fabric-registry-sync"
|
|
version = "0.1.0"
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-lib', configuration: 'dev')
|
|
compile project(path: ':fabric-networking', configuration: 'dev')
|
|
}
|