Skip to content

Commit

Permalink
Fix local publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Jan 26, 2025
1 parent a1db5e7 commit 82483e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
version = project.mod_version + "-mc" + project.minecraft_version
artifactId = project.archives_base_name
from components.java
}
}
Expand Down

0 comments on commit 82483e7

Please sign in to comment.