mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix publish, hopefully
This commit is contained in:
@@ -357,7 +357,7 @@ publishing {
|
||||
Node groupId = dependency.appendChild(document.createElement('groupId'))
|
||||
groupId.setTextContent(project.group)
|
||||
Node artifactId = dependency.appendChild(document.createElement('artifactId'))
|
||||
artifactId.setTextContent(project.archivesBaseName)
|
||||
artifactId.setTextContent(project.base.archivesName.get())
|
||||
Node version = dependency.appendChild(document.createElement('version'))
|
||||
version.setTextContent(project.version)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user