mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
7 lines
290 B
Groovy
7 lines
290 B
Groovy
archivesBaseName = "fabric-api-base"
|
|
version = getSubprojectVersion(project)
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-command-api-v1', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-lifecycle-events-v1', configuration: 'namedElements')
|
|
}
|