mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-23 08:08:02 -05:00
12 lines
480 B
Groovy
12 lines
480 B
Groovy
archivesBaseName = "fabric-biome-api-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-biome-api-v1.accesswidener")
|
|
}
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-api-base', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'namedElements')
|
|
testmodImplementation project(path: ':fabric-tag-extensions-v0', configuration: 'namedElements')
|
|
}
|