Skip to content

Commit 7c0ec12

Browse files
committed
Small adjustment to fabric's build.gradle template
Following fabric-example-mod change for 1.20.5
1 parent 1e828e1 commit 7c0ec12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/fileTemplates/j2ee/fabric/fabric_build.gradle.ft

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jar {
8080
publishing {
8181
publications {
8282
create("mavenJava", MavenPublication) {
83+
artifactId = project.archives_base_name
8384
from components.java
8485
}
8586
}

0 commit comments

Comments
 (0)