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