2020-09-18 19:11:51 +02:00
|
|
|
archivesBaseName = "fabric-biome-api-v1"
|
2021-11-12 12:48:58 +00:00
|
|
|
version = getSubprojectVersion(project)
|
2020-10-30 21:08:54 +01:00
|
|
|
|
2021-08-31 14:00:20 +01:00
|
|
|
loom {
|
|
|
|
accessWidenerPath = file("src/main/resources/fabric-biome-api-v1.accesswidener")
|
2020-10-30 21:08:54 +01:00
|
|
|
}
|
2021-08-24 23:44:19 +07:00
|
|
|
|
|
|
|
dependencies {
|
2021-11-12 12:48:58 +00:00
|
|
|
testmodImplementation project(path: ':fabric-api-base', configuration: 'namedElements')
|
|
|
|
testmodImplementation project(path: ':fabric-resource-loader-v0', configuration: 'namedElements')
|
2021-08-24 23:44:19 +07:00
|
|
|
}
|