mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 01:55:41 -05:00
7 lines
209 B
Groovy
7 lines
209 B
Groovy
|
archivesBaseName = "fabric-resource-conditions-api-v1"
|
||
|
version = getSubprojectVersion(project)
|
||
|
|
||
|
dependencies {
|
||
|
testmodImplementation project(path: ':fabric-gametest-api-v1', configuration: 'namedElements')
|
||
|
}
|