fabric/fabric-api-lookup-api-v1/build.gradle
Technici4n 1d383bb698 Make BlockApiLookup expose the API and context classes (#1486)
* Make BlockApiLookup expose the API and context classes

* Test API and context classes in testmod
2021-06-11 17:24:04 +02:00

11 lines
289 B
Groovy

archivesBaseName = "fabric-api-lookup-api-v1"
version = getSubprojectVersion(project, "1.1.0")
moduleDependencies(project, [
'fabric-api-base',
'fabric-lifecycle-events-v1'
])
dependencies {
testmodImplementation project(path: ':fabric-object-builder-api-v1', configuration: 'dev')
}