We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5696f49 commit 2a7761eCopy full SHA for 2a7761e
gradle/scripts/publishing.gradle
@@ -28,9 +28,9 @@ if (propertyBool('publish_to_maven')) {
28
pom {
29
groupId = "codechicken"
30
// Force the maven upload to use the <mcversion>-<version> syntax preferred at files
31
- artifactId = propertyString('mod_name')
+ artifactId = 'CodeChickenLib'
32
33
- name = propertyString('mod_name')
+ name = 'CodeChickenLib'
34
packaging = 'jar'
35
description = 'CodeChickenLib'
36
url = 'https://github.com/CleanroomMC/CodeChickenLib'
0 commit comments