Skip to content

Commit

Permalink
change: Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Sep 15, 2024
1 parent ffe9257 commit ad32a13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ val FABRIC_API_VERSION: String by rootProject.extra
val MOD_VERSION: String by rootProject.extra

val SODIUM_VERSION: String by rootProject.extra
val ARCHIVE_NAME: String by rootProject.extra

base {
archivesName.set("${project.name}-fabric")
archivesName.set("$ARCHIVE_NAME-fabric")
}

dependencies {
Expand Down
3 changes: 2 additions & 1 deletion neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ val NEOFORGE_VERSION: String by rootProject.extra
val MOD_VERSION: String by rootProject.extra

val SODIUM_VERSION: String by rootProject.extra
val ARCHIVE_NAME: String by rootProject.extra

base {
archivesName = "${rootProject.name}-neoforge"
archivesName = "$ARCHIVE_NAME-neoforge"
}

repositories {
Expand Down

0 comments on commit ad32a13

Please sign in to comment.