Browse Source

Fix maven-publish artifact ID

Lortseam 4 năm trước cách đây
mục cha
commit
69dd8b10b9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/build.gradle

+ 1 - 0
lib/build.gradle

@@ -63,6 +63,7 @@ build.dependsOn javadocJar
 publishing {
 	publications {
 		mavenJava(MavenPublication) {
+			artifactId rootProject.name
 			artifact(remapJar) {
 				builtBy remapJar
 			}