Skip to content

Commit 8e002e4

Browse files
committed
fix artifact name
1 parent 6019e17 commit 8e002e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ neoForge.ideSyncTask(generateModMetadata)
260260
publishing {
261261
publications {
262262
register('mavenJava', MavenPublication) {
263+
artifactId base.archivesName.get()
263264
from components.java
264265
}
265266
}

0 commit comments

Comments
 (0)