mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
cbda9318cd
* Update Gradle/Loom and mappings. * Fix deprecations and enforce * Review feedback * More cleanup and deprecation fixes.
12 lines
459 B
Groovy
12 lines
459 B
Groovy
archivesBaseName = "fabric-biome-api-v1"
|
|
version = getSubprojectVersion(project, "3.2.0")
|
|
|
|
loom {
|
|
accessWidenerPath = file("src/main/resources/fabric-biome-api-v1.accesswidener")
|
|
}
|
|
|
|
dependencies {
|
|
testmodImplementation project(path: ':fabric-api-base', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
testmodImplementation project(path: ':fabric-tag-extensions-v0', configuration: 'dev')
|
|
}
|