mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
200eb5c2ac
A vanilla-caused leak remains, which appears to be a new take on an old Mojang bug: https://bugs.mojang.com/browse/MC-121884?focusedCommentId=548927&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-548927
6 lines
177 B
Groovy
6 lines
177 B
Groovy
archivesBaseName = "fabric-networking-v0"
|
|
version = getSubprojectVersion(project, "0.1.2")
|
|
|
|
dependencies {
|
|
compile project(path: ':fabric-api-base', configuration: 'dev')
|
|
}
|