Fix artifactId on jenkins

This commit is contained in:
modmuss50 2018-10-30 11:31:54 +00:00
parent e9ab5d3d5e
commit 374b29a71b
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId 'net.fabricmc'
artifactId project.archivesBaseName
artifactId "pomf"
version pomfVersion
artifact (buildTiny.fileOutput) {