Skip to content

Commit

Permalink
append the minecraft version to the mod version string
Browse files Browse the repository at this point in the history
  • Loading branch information
celestialfault committed Jan 5, 2024
1 parent 8ef4e55 commit 23570fa
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 @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}

version = project.mod_version
version = "${project.mod_version}+${project.minecraft_version}"
group = project.maven_group

base {
Expand Down Expand Up @@ -84,4 +84,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}

0 comments on commit 23570fa

Please sign in to comment.