mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-15 00:14:28 -04:00
Fix module dep versioning (#4448)
This commit is contained in:
parent
b0fb9960fb
commit
0657de193f
2 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ publishing {
|
|||
dependencies.add([
|
||||
'groupId': it.group,
|
||||
'artifactId': it.name,
|
||||
'version': it.version,
|
||||
'version': getSubprojectVersion(it),
|
||||
'scope': 'compile'
|
||||
])
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ publishing {
|
|||
dependencies.add([
|
||||
'groupId': it.group,
|
||||
'artifactId': it.name,
|
||||
'version': it.version,
|
||||
'version': getSubprojectVersion(it),
|
||||
'scope': 'compile'
|
||||
])
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue