Skip to content

Commit

Permalink
build: Separate supported Minecraft version filename and json prope…
Browse files Browse the repository at this point in the history
…rties
  • Loading branch information
Steveplays28 committed Dec 1, 2023
1 parent a31882f commit 1d22a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
}

version = "${project.mod_version}+mc${project.supported_minecraft_version}"
version = "${project.mod_version}+mc${project.supported_minecraft_version_name}"
group = project.maven_group

repositories {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mod_version=1.9.1
maven_group=com.github.steveplays28
archives_base_name=realisticsleep
supported_minecraft_version=1.19.3
supported_minecraft_version_name=1.19.3

# Dependencies
fabric_version=0.72.0+1.19.3
Expand Down

0 comments on commit 1d22a93

Please sign in to comment.