Skip to content

Commit

Permalink
Merge branch '1.21/dev' into 1.21/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashyReese committed Sep 15, 2024
2 parents c1e9e7b + ad32a13 commit 459041a
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 459041a

Please sign in to comment.