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.
16 lines
482 B
Groovy
16 lines
482 B
Groovy
archivesBaseName = "fabric-screen-handler-api-v1"
|
|
version = getSubprojectVersion(project, "1.1.8")
|
|
|
|
loom {
|
|
accessWidenerPath = file('src/main/resources/fabric-screen-handler-api-v1.accesswidener')
|
|
}
|
|
|
|
dependencies {
|
|
testmodImplementation(project(path: ':fabric-object-builder-api-v1', configuration: 'dev'))
|
|
testmodRuntimeOnly(project(path: ':fabric-resource-loader-v0', configuration: 'dev'))
|
|
}
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base',
|
|
'fabric-networking-api-v1'
|
|
])
|