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 ee4e588 commit b182ed7
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.20.2
supported_minecraft_version_name=1.20.2

# Dependencies
fabric_version=0.91.1+1.20.2
Expand Down

0 comments on commit b182ed7

Please sign in to comment.