mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -04:00
Fix cyclic mavan dependency between fabric-api and fabric-api-deprecated (#4522)
This commit is contained in:
parent
dd23b927b0
commit
578999f7f5
1 changed files with 0 additions and 7 deletions
|
@ -40,13 +40,6 @@ publishing {
|
|||
depNode.appendNode("version", dep['version'])
|
||||
depNode.appendNode("scope", dep['scope'])
|
||||
}
|
||||
|
||||
// Depend on the main project.
|
||||
def depNode = depsNode.appendNode("dependency")
|
||||
depNode.appendNode("groupId", thisGroup)
|
||||
depNode.appendNode("artifactId", "fabric-api")
|
||||
depNode.appendNode("version", thisVersion)
|
||||
depNode.appendNode("scope", "compile")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue