Skip to content

Commit

Permalink
change maven publishing artifact id to be of the form "sodium-platfor…
Browse files Browse the repository at this point in the history
…m-version" instead of just "fabric-version"

Signed-off-by: douira <[email protected]>
  • Loading branch information
douira committed Jan 19, 2025
1 parent ca4bbcb commit 2bba57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/multiloader-platform.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = project.group as String
artifactId = project.name as String
artifactId = rootProject.name + "-" + project.name
version = version

from(components["java"])
Expand Down

0 comments on commit 2bba57b

Please sign in to comment.