Skip to content

Commit 2a7761e

Browse files
Should not use mod_name in artifact id
1 parent 5696f49 commit 2a7761e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/scripts/publishing.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ if (propertyBool('publish_to_maven')) {
2828
pom {
2929
groupId = "codechicken"
3030
// Force the maven upload to use the <mcversion>-<version> syntax preferred at files
31-
artifactId = propertyString('mod_name')
31+
artifactId = 'CodeChickenLib'
3232

33-
name = propertyString('mod_name')
33+
name = 'CodeChickenLib'
3434
packaging = 'jar'
3535
description = 'CodeChickenLib'
3636
url = 'https://github.com/CleanroomMC/CodeChickenLib'

0 commit comments

Comments
 (0)