Skip to content

Commit

Permalink
Fix maven artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Apr 2, 2024
1 parent 48b4f6b commit 182973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ publishing {
Node groupId = dependency.appendChild(document.createElement('groupId'))
groupId.setTextContent('babric')
Node artifactId = dependency.appendChild(document.createElement('artifactId'))
artifactId.setTextContent('babric-loom')
artifactId.setTextContent('babric-loom-extension')
Node version = dependency.appendChild(document.createElement('version'))
version.setTextContent(baseVersion + '-SNAPSHOT')
})
Expand Down

0 comments on commit 182973b

Please sign in to comment.