Skip to content

Commit

Permalink
Minor gradle changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Apr 30, 2024
1 parent 3c3b5be commit a85daba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ subprojects { subproject ->
publications {
gpr(MavenPublication) {
groupId = project.group
artifactId = "${mod_id_kebab}-${loader.toLowerCase()}"
version = "${minecraft_version}-${mod_version}"
artifactId = "${mod_id_kebab}-${subproject.name}"
version = project.version
from components.java
pom {
name = "[${loader} - ${minecraft_version}] ${mod_title} v${mod_version}"
Expand Down

0 comments on commit a85daba

Please sign in to comment.