Fix module dep versioning ()

This commit is contained in:
modmuss 2025-02-17 16:15:23 +00:00 committed by GitHub
parent b0fb9960fb
commit 0657de193f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -589,7 +589,7 @@ publishing {
dependencies.add([
'groupId': it.group,
'artifactId': it.name,
'version': it.version,
'version': getSubprojectVersion(it),
'scope': 'compile'
])
}

View file

@ -23,7 +23,7 @@ publishing {
dependencies.add([
'groupId': it.group,
'artifactId': it.name,
'version': it.version,
'version': getSubprojectVersion(it),
'scope': 'compile'
])
}