Skip to content

Commit

Permalink
Small adjustment to fabric's build.gradle template
Browse files Browse the repository at this point in the history
Following fabric-example-mod change for 1.20.5
  • Loading branch information
RedNesto committed Apr 25, 2024
1 parent 1e828e1 commit 7c0ec12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jar {
publishing {
publications {
create("mavenJava", MavenPublication) {
artifactId = project.archives_base_name
from components.java
}
}
Expand Down

0 comments on commit 7c0ec12

Please sign in to comment.