mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 04:01:46 -05:00
* Make BlockApiLookup expose the API and context classes * Test API and context classes in testmod
11 lines
289 B
Groovy
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')
|
|
}
|